Loading lib/LibItsCam_Templates.ttcn +13 −1 Original line number Diff line number Diff line Loading @@ -702,6 +702,18 @@ module LibItsCam_Templates { } // end emergencyContainer group specialTransportContainer { template (omit) SpecialTransportContainer m_specialTransportContainer( in template (value) SpecialTransportType p_specialTransportType := '0010'B, in template (omit) LightBarSirenInUse p_lightBarSirenInUse := '00'B ) := { specialTransportType := p_specialTransportType, lightBarSirenInUse := p_lightBarSirenInUse } // End of template m_specialTransportContainer } // end specialTransportContainer group camAccelerationControlTemplates { /** Loading Loading
lib/LibItsCam_Templates.ttcn +13 −1 Original line number Diff line number Diff line Loading @@ -702,6 +702,18 @@ module LibItsCam_Templates { } // end emergencyContainer group specialTransportContainer { template (omit) SpecialTransportContainer m_specialTransportContainer( in template (value) SpecialTransportType p_specialTransportType := '0010'B, in template (omit) LightBarSirenInUse p_lightBarSirenInUse := '00'B ) := { specialTransportType := p_specialTransportType, lightBarSirenInUse := p_lightBarSirenInUse } // End of template m_specialTransportContainer } // end specialTransportContainer group camAccelerationControlTemplates { /** Loading