VR-Exchange 2.2 API Documentation
pMessageKinds.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 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
123 
125  };
126 
128  const unsigned int DtMaxPortalMessageKinds = 1000;
129 
131 #define DtMACRO_TO_STR(id) #id
132 
135 #define DtCASE_STRING(af) case af: return (DtMACRO_TO_STR(af) + 2)
136 
139  {
140  switch(param)
141  {
203 
226 
228 
229 
230  default:
231  return "UnknownEnum";
232  }
233  }
234 
235 }
236 
237 #undef DtMACRO_TO_STR
238 #undef DtCASE_STRING

Document ID: Generated on Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)