Commit 152d5c03 authored by poglitsch's avatar poglitsch
Browse files

PX_IOT_EXECUTION_MODE added

parent 42ef7dcd
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -7,12 +7,10 @@

module LibIot_PIXITS	 {
 
	import from LibIot_TypesAndValues {
			type IOTVerdictType;
		}
	import from LibIot_TypesAndValues {type IOTExecMode, IOTVerdictType;}
	
 	/**
	  * @desc PIXIT defines whcih verdict  (E2E or conformance)is to be kept track of with the TTCN-3 verdict.
	  * @desc PIXIT defines which verdict  (E2E or conformance)is to be kept track of with the TTCN-3 verdict.
	  *       Note that the verdict not chosen will be only available in log statements.
	  */
	modulepar IOTVerdictType PX_TTCN3_VERDICT := e_e2e;
@@ -29,6 +27,14 @@ module LibIot_PIXITS {
	*/
	modulepar float PX_EUT_TRIGGER_RESPONSE := 5.0;
	
	/**
	 * @desc
	 *     Defines in which mode the ATS should be executed. In realtime mode
	 *     the ATS get messages form the EUT in realtime. IN offline mode the
	 *     ATS gets messages form a trace file.
	 */
	modulepar IOTExecMode PX_IOT_EXECUTION_MODE := e_offline;
	
	group numberOfComponents {
		modulepar {
            /**