Commit 0d308315 authored by tepelmann's avatar tepelmann
Browse files

Minor changes.

parent a724c0e4
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -14,43 +14,43 @@ module LibItsCam_Pics {
        
        /**
         * @desc Is IUT a public transport vehicle 
         * @see  ETSI TS 102 868-1 v0.0.1 A.12/1
         * @see  ETSI TS 102 868-1 v0.0.1 A.2/1
         */
        modulepar boolean PICS_PUBLICTRANS := false;
        
        /**
         * @desc Is IUT a special transport vehicle 
         * @see  ETSI TS 102 868-1 v0.0.1 A.12/2
         * @see  ETSI TS 102 868-1 v0.0.1 A12/2
         */
        modulepar boolean PICS_SPECIALTRANS := false;
        
        /**
         * @desc Is IUT a dangerous goods vehicle 
         * @see  ETSI TS 102 868-1 v0.0.1 A.12/3
         * @see  ETSI TS 102 868-1 v0.0.1 A.2/3
         */
        modulepar boolean PICS_DANGEROUSGOODS := false;
        
        /**
         * @desc Is IUT a road works vehicle 
         * @see  ETSI TS 102 868-1 v0.0.1 A.12/4
         * @see  ETSI TS 102 868-1 v0.0.1 A.2/4
         */
        modulepar boolean PICS_ROADWORKS := false;
        
        /**
         * @desc Is IUT a rescue vehicle 
         * @see  ETSI TS 102 868-1 v0.0.1 A.12/5
         * @see  ETSI TS 102 868-1 v0.0.1 A.2/5
         */
        modulepar boolean PICS_RESCUE := false;
        
        /**
         * @desc Is IUT an emergency vehicle 
         * @see  ETSI TS 102 868-1 v0.0.1 A.12/6
         * @see  ETSI TS 102 868-1 v0.0.1 A.2/6
         */
        modulepar boolean PICS_EMERGENCY := false;
        
        /**
         * @desc Is IUT a safety car vehicle 
         * @see  ETSI TS 102 868-1 v0.0.1 A.12/7
         * @see  ETSI TS 102 868-1 v0.0.1 A.2/7
         */
        modulepar boolean PICS_SAFETY_CAR := false;
        
@@ -66,15 +66,6 @@ module LibItsCam_Pics {
         */
        modulepar boolean PICS_SPECIALVEHICLECONTAINER := true;
        
        /**
         * @desc Minimum time interval between CAM generations (in seconds) 
         *       according to the requirements of the 
         *       Decentralized Congestion Control(DCC).
         *       Default value, as per base standard: 0.1s 
         * @see  ETSI TS 102 868-1 v0.0.1 A.22/4
         */
        modulepar float PICS_T_GENCAMDCC := 0.100;
        
        /**
         * @desc Maximum time interval between CAM generations (in seconds).
         *       Default value, as per base standard: 1.0s 
@@ -89,6 +80,15 @@ module LibItsCam_Pics {
         */
        modulepar float PICS_T_GENCAMMIN := 0.100;
        
        /**
         * @desc Minimum time interval between CAM generations (in seconds) 
         *       according to the requirements of the 
         *       Decentralized Congestion Control(DCC).
         *       Default value, as per base standard: 0.1s 
         * @see  ETSI TS 102 868-1 v0.0.1 A.22/4
         */
        modulepar float PICS_T_GENCAMDCC := 0.100;
        
    } // end camPics
    
} // end LibItsCam_Pics