Commit 9fae10b1 authored by berge's avatar berge
Browse files

Added TC_DEN_KAFW_BV_08

parent 5788a5a1
Loading
Loading
Loading
Loading
+16 −2
Original line number Original line Diff line number Diff line
@@ -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
        }
        }
        
        
        /**
        /**
@@ -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