MAK RTIspy API Documentation for HLA 1516
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
libsrc
rtiutil
enumToStringHelpers.h
Go to the documentation of this file.
1
2
3
4
#ifndef enumToStringHelpers_h__
5
#define enumToStringHelpers_h__
6
7
#include "
rtiMsConfig.h
"
8
#include "
rtiMsgKind.h
"
9
#include "
rtiAmbAPITypes.h
"
10
#include "
fedAmbAPITypes.h
"
11
12
13
class
DT_DLL_RTIUTIL
DtEnumToStringHelpers
14
{
15
public
:
16
static
const
char
* rtiMsgKindToDisplayStr(
DtRtiMsgKind
rtiMsgkind);
17
static
const
char
* rtiAmbTypeToDisplayStr(
DtRtiAmbAPIType
rtiAmbType);
18
static
const
char
* fedAmbTypeToDisplayStr(
DtFedAmbAPIType
fedAmbType);
19
};
20
#endif // enumToStringHelpers_h__
Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)