LibItsIicp_TypesAndValues.ttcn3 603 Bytes
Newer Older
/**
 *  @author     ETSI / STF422_EETS
 *  @version    $URL:$
 *              $Id:$
 *  @desc       Types and constants definitions for Inter-ITS-SCU communications (ISO 24102-4)
 */
module LibItsIicp_TypesAndValues {
    
    group utPrimitives {
        
        /**
         * @desc Trigger to initialize the IUT.
         */
        type record UtIicpInitialize {
        }
        
        
    } // End of group utPrimitives
    
    group acPrimitives {
        
    } // End of group acPrimitives
    
}
with {
    encode "LibItsIicp_TypesAndValues"
} // End of module LibItsIicp_TypesAndValues