Loading LibIot/LibIot_PIXITS.ttcn 0 → 100644 +41 −0 Original line number Diff line number Diff line /* * @author STF 370 * @version $Id: LibIot_PIXITS.ttcn 277 2009-06-16 15:06:42Z pintar $ * @desc This module provides PIXIT parameters which need to be * changeable within validation */ module LibIot_PIXITS { import from LibIot_TypesAndValues { type IOTVerdictType; } /** * @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_PIXITS.ttcn 0 → 100644 +41 −0 Original line number Diff line number Diff line /* * @author STF 370 * @version $Id: LibIot_PIXITS.ttcn 277 2009-06-16 15:06:42Z pintar $ * @desc This module provides PIXIT parameters which need to be * changeable within validation */ module LibIot_PIXITS { import from LibIot_TypesAndValues { type IOTVerdictType; } /** * @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