Commit 04ed3358 authored by garciay's avatar garciay
Browse files

Add missing fields in m_camMsg_vehicle, m_situation and mw_situation templates

parent a4ecd04e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -517,7 +517,8 @@ module LibItsCam_Templates {
                            steeringWheelAngle := omit,
                            lateralAcceleration := omit,
                            verticalAcceleration := omit, 
                            performanceClass := omit
                            performanceClass := omit,
                            cenDsrcTollingZone := omit
                        }
                    },
                    lowFrequencyContainer := {
+4 −2
Original line number Diff line number Diff line
@@ -552,7 +552,8 @@ module LibItsDenm_Templates {
                    causeCode := p_cause,
                    subCauseCode := p_subCause
                },
                linkedCause := omit
                linkedCause := omit,
                eventHistory := omit
            }
            
            /**
@@ -571,7 +572,8 @@ module LibItsDenm_Templates {
                    causeCode := p_cause,
                    subCauseCode := p_subCause
                },
                linkedCause := *
                linkedCause := *,
                eventHistory := *
            }
            
            /**