ItsPki_TestSystem.ttcn 836 Bytes
Newer Older
/**
 *  @author     ETSI / STF545
 *  @version    $URL$
 *              $Id$
 *  @desc       Module containing t fest system description for the ITS PKI ATS
 *  @copyright   ETSI Copyright Notification
 *               No part may be reproduced except as authorized by written permission.
 *               The copyright and the foregoing restriction extend to reproduction in all media.
 *               All rights reserved.
 *
 */
module ItsPki_TestSystem {
    
    // LibItsGeoNetworking
    import from LibItsGeoNetworking_TestSystem all;
    
    type component ItsPkiSystem {
        
        port LibItsGeoNetworking_TestSystem.AdapterControlPort acPort;
        
        // NT2 ports
        port GeoNetworkingPort geoNetworkingPort;
        
    } // End of component ItsPkiSystem
    
    
} // End of module ItsPki_TestSystem