VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pMessageKinds.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2016 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 namespace MAKVrExchange
13 {
14 
16  //
24  {
88 
89  // Logger Control Types.
90  DtLoggerControlInteractionKind = 63, // Base class.
112  // End Logger Control Types.
113 
114  // AFMSTT
121  // end AFMSTT
122 
135 
136  // VR-Forces specific Messages
154 
155  // VR-Vantage specific Messages
174 
178  };
179 
181  const unsigned int DtMaxPortalMessageKinds = 1000;
182 
184 #define DtMACRO_TO_STR(id) #id
185 
188 #define DtCASE_STRING(af) case af: return (DtMACRO_TO_STR(af) + 2)
189 
192  {
193  switch ( param )
194  {
256 
257  // Logger control:
280 
281  // AFMSTT:
288 
299 
300  // VR-Forces:
318 
319  // VR-Vantage:
338 
339  default:
340  return "UnknownEnum";
341 
342  }
343  }
344 
345 }
346 
347 #undef DtMACRO_TO_STR
348 #undef DtCASE_STRING

Document ID: Generated on Wed Dec 21 15:05:11 EST 2016 from SVN revision 171891
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)