MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RTIambassadorFactory.h
Go to the documentation of this file.
1 /***********************************************************************
2  IEEE 1516.1 High Level Architecture Interface Specification C++ API
3  File: RTI/RTIambassadorFactory.h
4 ***********************************************************************/
5 
6 #ifndef RTI_RTIambassadorFactory_h
7 #define RTI_RTIambassadorFactory_h
8 
9 namespace rti1516
10 {
11  class RTIambassador;
12 }
13 
14 namespace std
15 {
16  template <class T> class auto_ptr;
17 }
18 
19 #include <RTI/SpecificConfig.h>
20 #include <RTI/Exception.h>
21 #include <vector>
22 #include <string>
23 
24 namespace rti1516
25 {
27  {
28  public:
30 
31  virtual
33  throw ();
34 
35  // 10.35
36  std::auto_ptr< RTIambassador >
37  createRTIambassador(std::vector< std::wstring > & args)
38  throw (BadInitializationParameter,
39  RTIinternalError);
40  };
41 }
42 
43 #endif // RTI_RTIambassadorFactory_h
#define RTI_EXPORT
Definition: SpecificConfig.h:55
Definition: RTIambassadorFactory.h:26
This file contains definitions that are used to isolate platform-specific elements of the API...

Document ID: Generated on Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)