Loading LibIot/LibIot_PICS.ttcndeleted 100644 → 0 +0 −37 Original line number Diff line number Diff line /* * @author STF 370 * @version $Id: LibIot_PIXITS.ttcn 16 2009-06-16 15:06:42Z pintar $ * @desc This module provides PIXIT parameters which need to be * changeable within validation */ module LibIot_PICS { /** * @desc PIXIT defines whcih 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; group numberOfComponents { modulepar { /** * * @desc integer value defines the number of monitor points. */ integer PX_NUM_OF_MONITORS := 1; /** * * @desc integer value defines the number of devices to configure */ integer PX_NUM_OF_DEVICES := 1; /** * @desc integer value defines the number of trigger points */ integer PX_NUM_OF_TRIGGER_POINTS := 1; } } } No newline at end of file Loading
LibIot/LibIot_PICS.ttcndeleted 100644 → 0 +0 −37 Original line number Diff line number Diff line /* * @author STF 370 * @version $Id: LibIot_PIXITS.ttcn 16 2009-06-16 15:06:42Z pintar $ * @desc This module provides PIXIT parameters which need to be * changeable within validation */ module LibIot_PICS { /** * @desc PIXIT defines whcih 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; group numberOfComponents { modulepar { /** * * @desc integer value defines the number of monitor points. */ integer PX_NUM_OF_MONITORS := 1; /** * * @desc integer value defines the number of devices to configure */ integer PX_NUM_OF_DEVICES := 1; /** * @desc integer value defines the number of trigger points */ integer PX_NUM_OF_TRIGGER_POINTS := 1; } } } No newline at end of file