VR-Exchange 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pMessageKinds.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 namespace MAKVrExchange
13 {
14 
16  //
24  {
86  // Logger Control Types.
87  DtLoggerControlInteractionKind = 65, // Base class.
109  // End Logger Control Types.
110  // AFMSTT
117  // end AFMSTT
132 
134  };
135 
137  const unsigned int DtMaxPortalMessageKinds = 1000;
138 
140 #define DtMACRO_TO_STR(id) #id
141 
144 #define DtCASE_STRING(af) case af: return (DtMACRO_TO_STR(af) + 2)
145 
148  {
149  switch ( param )
150  {
212 
235 
252 
253  default:
254  return "UnknownEnum";
255 
256  }
257  }
258 
259 }
260 
261 #undef DtMACRO_TO_STR
262 #undef DtCASE_STRING

Document ID: Generated on Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)