Newer
Older
* @author ETSI / STF405 / STF449
* @version $URL$
* $Id$
* @desc CAM PICS
*
*/
module LibItsCam_Pics {
// LibCommon
import from LibCommon_BasicTypesAndValues all;
group camPics {
/**
* @desc Is IUT a public transport vehicle
modulepar boolean PICS_PUBLICTRANS := false;
* @desc Is IUT a special transport vehicle
modulepar boolean PICS_SPECIALTRANS := false;
* @desc Is IUT a dangerous goods vehicle
modulepar boolean PICS_DANGEROUSGOODS := false;
* @desc Is IUT a road works vehicle
modulepar boolean PICS_ROADWORKS := false;
* @desc Is IUT a rescue vehicle
modulepar boolean PICS_RESCUE := false;
modulepar boolean PICS_EMERGENCY := false;
* @desc Is IUT a safety car vehicle
modulepar boolean PICS_SAFETY_CAR := false;
* @desc Does IUT support 'lowFrequencyContainer' in CamParameters?
* @see ETSI TS 102 868-1 v0.0.1 A.8/3
modulepar boolean PICS_LOWFREQUENCYCONTAINER := true;
* @desc Does IUT support 'specialVehicleContainer' in CamParameters?
* @see ETSI TS 102 868-1 v0.0.1 A.8/4
modulepar boolean PICS_SPECIALVEHICLECONTAINER := true;
* @desc Maximum time interval between CAM generations (in seconds).
* Default value, as per base standard: 1.0s
* @see ETSI TS 102 868-1 v0.0.1 A.22/1
modulepar float PICS_T_GENCAMMAX := 1.000;
* @desc Minimum time interval between CAM generations (in seconds).
* Default value, as per base standard: 0.1s
* @see ETSI TS 102 868-1 v0.0.1 A.22/2
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;