Commit 2d1cd476 authored by pintar's avatar pintar
Browse files

constants changed into PIXIT parameters

probably should be better to change module name into LibIot_PIXITS
parent b7438029
Loading
Loading
Loading
Loading
+30 −3
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 defines the overall verdict analysis.
	  * @desc boolean flag defines the overall verdict analysis.
	  */
	modulepar boolean PX_CONFOMANCE_CHECK := false;
	
	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