MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enums.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/Enums.h
12 ***********************************************************************/
13 
14 #ifndef RTI_Enums_h
15 #define RTI_Enums_h
16 
17 #include <RTI/SpecificConfig.h>
18 
19 namespace rti1516e
20 {
22  {
25  };
26 
27  enum OrderType
28  {
29  RECEIVE = 1,
31  };
32 
34  {
41  };
42 
44  {
50  };
51 
53  {
60  };
61 
63  {
70  };
71 
73  {
78  };
79 
81  {
89  };
90 
92  {
95  };
96 
98  {
99  RELIABLE = 1,
101  };
102 }
103 
104 #endif // RTI_Enums_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)