Loading ttcn/DENM/LibItsDenm_Templates.ttcn +16 −2 Original line number Original line Diff line number Diff line Loading @@ -260,11 +260,13 @@ module LibItsDenm_Templates { template DecentralizedEnvironmentalNotificationMessage mw_denm( template DecentralizedEnvironmentalNotificationMessage mw_denm( template (present) ManagementContainer p_mgmt := ?, template (present) ManagementContainer p_mgmt := ?, template SituationContainer p_sit := *, template SituationContainer p_sit := *, template LocationContainer p_loc := * template LocationContainer p_loc := *, template AlacarteContainer p_alacarte := * ) modifies mw_anyDenm := { ) modifies mw_anyDenm := { management := p_mgmt, management := p_mgmt, situation := p_sit, situation := p_sit, location := p_loc location := p_loc, alacarte := p_alacarte } } /** /** Loading Loading @@ -509,4 +511,16 @@ module LibItsDenm_Templates { } // end group decentralizedLocationTemplates } // end group decentralizedLocationTemplates group alacateTemplates { template AlacarteContainer m_alacarteConLaneCount := { laneCount := { laneNumber := 2, laneNumberConfidence := 100 } } } // end alacateTemplates } // end LibItsDenmTemplates } // end LibItsDenmTemplates No newline at end of file Loading
ttcn/DENM/LibItsDenm_Templates.ttcn +16 −2 Original line number Original line Diff line number Diff line Loading @@ -260,11 +260,13 @@ module LibItsDenm_Templates { template DecentralizedEnvironmentalNotificationMessage mw_denm( template DecentralizedEnvironmentalNotificationMessage mw_denm( template (present) ManagementContainer p_mgmt := ?, template (present) ManagementContainer p_mgmt := ?, template SituationContainer p_sit := *, template SituationContainer p_sit := *, template LocationContainer p_loc := * template LocationContainer p_loc := *, template AlacarteContainer p_alacarte := * ) modifies mw_anyDenm := { ) modifies mw_anyDenm := { management := p_mgmt, management := p_mgmt, situation := p_sit, situation := p_sit, location := p_loc location := p_loc, alacarte := p_alacarte } } /** /** Loading Loading @@ -509,4 +511,16 @@ module LibItsDenm_Templates { } // end group decentralizedLocationTemplates } // end group decentralizedLocationTemplates group alacateTemplates { template AlacarteContainer m_alacarteConLaneCount := { laneCount := { laneNumber := 2, laneNumberConfidence := 100 } } } // end alacateTemplates } // end LibItsDenmTemplates } // end LibItsDenmTemplates No newline at end of file