MAK RTIspy API Documentation for HLA Evolved
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
HLA1516E
RTI
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
{
35
class
RTI_EXPORT
RTIambassadorFactory
36
{
37
public
:
38
RTIambassadorFactory
();
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 Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (
www.mak.com
)