VR-Exchange 2.6 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  {
89 
90  // Logger Control Types.
91  DtLoggerControlInteractionKind = 64, // Base class.
114  // End Logger Control Types.
115 
116  // AFMSTT
123  // end AFMSTT
124 
137 
138  // VR-Forces specific Messages
157 
158  // VR-Vantage specific Messages
177 
181  };
182 
184  const unsigned int DtMaxPortalMessageKinds = 1000;
185 
187 #define DtMACRO_TO_STR(id) #id
188 
191 #define DtCASE_STRING(af) case af: return (DtMACRO_TO_STR(af) + 2)
192 
195  {
196  switch ( param )
197  {
260 
261  // Logger control:
284 
285  // AFMSTT:
292 
303 
304  // VR-Forces:
322 
323  // VR-Vantage:
342 
343  default:
344  return "UnknownEnum";
345 
346  }
347  }
348 
349 }
350 
351 #undef DtMACRO_TO_STR
352 #undef DtCASE_STRING

Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (www.mak.com)