MAK RTIspy API Documentation for HLA Evolved
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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 Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (
www.mak.com
)