VR-Exchange 2.1 API Documentation
pMessageKinds.h
Go to the documentation of this file.
1 /*********************************************************************
2  ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef pMessageKinds_H_
7 #define pMessageKinds_H_
8 
13 
14 
15 
16 namespace MAKVrExchange
17 {
18 
20  //
28  {
90  // Logger Control Types.
91  DtLoggerControlInteractionKind = 65, // Base class.
113  // End Logger Control Types.
114 
117 
119  };
120 
122  const unsigned int DtMaxPortalMessageKinds = 1000;
123 
125 #define DtMACRO_TO_STR(id) #id
126 
129 #define DtCASE_STRING(af) case af: return (DtMACRO_TO_STR(af) + 2)
130 
133  {
134  switch(param)
135  {
197 
220 
221 
222 
223  default:
224  return "UnknownEnum";
225  }
226  }
227 
228 }
229 
230 #undef DtMACRO_TO_STR
231 #undef DtCASE_STRING
232 
233 #endif

Document ID: Generated on Tue Aug 7 22:07:13 EDT 2012 from SVN revision 117874
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)