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
#define RTI_EXPORT
Definition: SpecificConfig.h:63
A simple class used to create an instance of an rti1516e::RTIambassador.
Definition: RTIambassadorFactory.h:35
This file contains definitions that are used to isolate platform-specific elements of the API...

Document ID: Generated on Thu May 11 15:55:32 EDT 2023 from SVN revision 254743
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)