Commit 374aff2c authored by berge's avatar berge
Browse files

Misc changes

parent 0966926d
Loading
Loading
Loading
Loading
+2 −8
Original line number Original line Diff line number Diff line
@@ -254,14 +254,8 @@ module LibItsDenm_Functions {
        
        
        group iutGetFunctions {
        group iutGetFunctions {
            
            
            
            
        } // end iutGetFunctions
        
        group testerGetFunctions {
            
            /**
            /**
             * @desc Gets the station identifier of IUT.
             * @desc Gets IUT's default event duration
             * @return 
             * @return 
             */
             */
            function f_getIutDefaultEventDuration() return TimeStamp {
            function f_getIutDefaultEventDuration() return TimeStamp {
@@ -272,7 +266,7 @@ module LibItsDenm_Functions {
                return v_iutDefaultEventDuration;
                return v_iutDefaultEventDuration;
            }            
            }            
            
            
        } // end testerGetFunctions
        } // end iutGetFunctions


    } // end group getFunctions
    } // end group getFunctions
    
    
+4 −0
Original line number Original line Diff line number Diff line
@@ -538,6 +538,10 @@ module LibItsDenm_Templates {
            locationRef := p_locationRef
            locationRef := p_locationRef
        }
        }
        
        
        /**
         * @desc    Send template for event position
         * @param   p_referencePosition Reference position of the event
         */
        template (value) DecentralizedSituationLocation.eventPosition m_eventPosition (
        template (value) DecentralizedSituationLocation.eventPosition m_eventPosition (
            template (value) ReferencePosition p_referencePosition
            template (value) ReferencePosition p_referencePosition
        ) := {
        ) := {