VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfVrlinkStateVisualizerCreator.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
10 
11 namespace makVrf
12 {
13  namespace VRF_PROTOCOL_NAMESPACE
14  {
16  template <typename StateVisualizer>
18  {
19  virtual const std::string& tag() override
20  {
21  #ifdef DtDIS
22  const static std::string str("DIS");
23  #elif DtHLA_1516_EVOLVED
24  const static std::string str("HLA1516e");
25  #elif DtHLA_1516
26  const static std::string str("HLA1516");
27  #elif DtHLA
28  const static std::string str("HLA13");
29  #else
30  const static std::string str("");
31  #endif
32  return str;
33  }
34  };
35  }
36 }
Definition: DtStateVisualizer.h:274
#define VRF_PROTOCOL_NAMESPACE
Definition: vrfDis.h:18
Contains makVrv:DtStateVisualizer class.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)