MAK RTIspy API Documentation for HLA Evolved
 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  The IEEE hereby grants a general, royalty-free license to copy, distribute,
3  display and make derivative works from this material, for all purposes,
4  provided that any use of the material contains the following
5  attribution: "Reprinted with permission from IEEE 1516.1(TM)-2010".
6  Should you require additional information, contact the Manager, Standards
7  Intellectual Property, IEEE Standards Association (stds-ipr@ieee.org).
8 ***********************************************************************/
9 /***********************************************************************
10  IEEE 1516.1 High Level Architecture Interface Specification C++ API
11  File: RTI/RTIambassadorFactory.h
12 ***********************************************************************/
13 
14 #ifndef RTI_RTIambassadorFactory_h
15 #define RTI_RTIambassadorFactory_h
16 
17 namespace rti1516e
18 {
19  class RTIambassador;
20 }
21 
22 namespace std
23 {
24  template <class T> class auto_ptr;
25 }
26 
27 #include <RTI/SpecificConfig.h>
28 #include <RTI/Exception.h>
29 #include <vector>
30 #include <string>
31 #include <memory>
32 
33 namespace rti1516e
34 {
36  {
37  public:
39 
40  virtual ~RTIambassadorFactory()
41  throw ();
42 
43  // 10.35
44  std::auto_ptr< RTIambassador > createRTIambassador ()
45  throw (
46  RTIinternalError);
47  };
48 }
49 
50 #endif // RTI_RTIambassadorFactory_h

Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)