Loading LibUpperTester/LibUpperTester.ttcn +8 −9 Original line number Diff line number Diff line Loading @@ -5,24 +5,23 @@ */ module LibUpperTester { import from LibCommon_VerdictControl {type FncRetCode;} import from LibIot_TypesAndValues {type Status;} // TODO - move to common lib type record Status { /*type record Status { FncRetCode code, charstring reason optional } }*/ // TODO commented out due to problems with tools not accepting 'extends' from several components /** // * @desc // * This component type is used to trigger, stimualte, configure etc any // * equipment related to the test, i.e., EUTs or other, or the // * interconnecting network. To be used as PTC. // */ * @desc * This component type is used to trigger, stimualte, configure etc any * equipment related to the test, i.e., EUTs or other, or the * interconnecting network. To be used as PTC. */ // type component EquipmentUser { // port EquipmentAccessPort eaPort; // timer T_Equipment; // } // group equipmentOperationTypes { Loading Loading
LibUpperTester/LibUpperTester.ttcn +8 −9 Original line number Diff line number Diff line Loading @@ -5,24 +5,23 @@ */ module LibUpperTester { import from LibCommon_VerdictControl {type FncRetCode;} import from LibIot_TypesAndValues {type Status;} // TODO - move to common lib type record Status { /*type record Status { FncRetCode code, charstring reason optional } }*/ // TODO commented out due to problems with tools not accepting 'extends' from several components /** // * @desc // * This component type is used to trigger, stimualte, configure etc any // * equipment related to the test, i.e., EUTs or other, or the // * interconnecting network. To be used as PTC. // */ * @desc * This component type is used to trigger, stimualte, configure etc any * equipment related to the test, i.e., EUTs or other, or the * interconnecting network. To be used as PTC. */ // type component EquipmentUser { // port EquipmentAccessPort eaPort; // timer T_Equipment; // } // group equipmentOperationTypes { Loading