LibItsV2G_Pics.ttcn 521 Bytes
Newer Older
/**
 *	@author 	ETSI / STFS46
filatov's avatar
filatov committed
 *  @version 	$URL$
 *				$Id$
 *	@desc		V2G PICS
 *
 */
module LibItsV2G_Pics {
    
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
    
    group v2gPics {
        
        
        // E X A M P L E
        /**
         * @desc EVCC sequence performance time 
         * @see  PICS doc v1.1.1 A.2/1 
         */
		modulepar float PICS_EVCC_SEQUENCE_PERFORMANCE_TIME := 10.0;


    	        
    } // end v2gPics
    
} // end LibItsV2G_Pics