Commit 431b0284 authored by Yann Garcia's avatar Yann Garcia
Browse files

Add SpecialTransportContainer templates for AtsMBR

parent 6724d19d
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -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 {

        /**