Commit 26e25054 authored by garciay's avatar garciay
Browse files

t3devkit generator: Status declaration conflict

t3devkit parser does not accept comment of already commented code
parent cb1307a2
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -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 {