Loading LibIot/LibIot_TypesAndValues.ttcn +8 −16 Original line number Diff line number Diff line /* * @author STF 370 * @version $Id: LibIot_TypesAndValues.ttcn 16 2009-06-16 15:06:42Z pintar $ * @desc This module provides the types and constants used by the test component * for Iot tests. */ module LibIot_TypesAndValues { group constantDefinitions { /** * * @desc defines the number of monitor points. */ const integer c_NUM_OF_MONITORS := 1; // TODO PIC? /** * * @desc defines the number of devices to configure */ const integer c_NUM_OF_DEVICES := 1; // TODO PIC? /** * @desc defines the number of trigger points */ const integer c_NUM_OF_TRIGGER_POINTS := 1; // TODO PIC? } type union IOTVerdict { Loading Loading
LibIot/LibIot_TypesAndValues.ttcn +8 −16 Original line number Diff line number Diff line /* * @author STF 370 * @version $Id: LibIot_TypesAndValues.ttcn 16 2009-06-16 15:06:42Z pintar $ * @desc This module provides the types and constants used by the test component * for Iot tests. */ module LibIot_TypesAndValues { group constantDefinitions { /** * * @desc defines the number of monitor points. */ const integer c_NUM_OF_MONITORS := 1; // TODO PIC? /** * * @desc defines the number of devices to configure */ const integer c_NUM_OF_DEVICES := 1; // TODO PIC? /** * @desc defines the number of trigger points */ const integer c_NUM_OF_TRIGGER_POINTS := 1; // TODO PIC? } type union IOTVerdict { Loading