VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
epEncHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2017 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
7 #if DtHLA
8 
9 #include "epFomMap.h"
10 #include <vl/environmentProcessEncoderHLA.h>
11 
13 
14 #define DtDECLARE_EP_ATTR_CHECKER(attrName) \
15  DtDECLARE_ATTR_CHECKER(DtEnvironmentProcessRepository, attrName)
16 
17 #define DtDECLARE_EP_ATTR_ENCODER(attrName) \
18  DtDECLARE_ATTR_ENCODER(DtEnvironmentProcessRepository, attrName)
19 
20 #define DtDEFINE_SIMPLE_EP_ATTR_ENCODER( \
21  attrName, netType, inspector) \
22  DtDEFINE_SIMPLE_ATTR_ENCODER( \
23  EpEncoder, \
24  DtEnvironmentProcessRepository, \
25  attrName, netType, inspector)
26 
27 #define DtDEFINE_SIMPLE_EP_ATTR_CHECKER( \
28  attrName, inspector) \
29  DtDEFINE_SIMPLE_ATTR_CHECKER( \
30  EpEncoder, \
31  DtEnvironmentProcessRepository, \
32  attrName, inspector)
33 #endif
34 
35 namespace makVrv
36 {
37  namespace DT_PROTOCOL_NAMESPACE
38  {
39 #if DtHLA
40  class DL_DLL_IGCONVRLINK EpEncoder : public DtEnvironmentProcessEncoder
43  {
44  public:
45 
47  EpEncoder(DtExerciseConn* exConn, DtObjClassDesc* classDesc);
48 
50  virtual ~EpEncoder();
51 
52  protected:
53  DtDECLARE_EP_ATTR_ENCODER(EnvironmentProcessActive);
54  DtDECLARE_EP_ATTR_CHECKER(EnvironmentProcessActive);
55  };
56 #endif
57  }
58 }
59 
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
#define DtDECLARE_EP_ATTR_ENCODER(attrName)
Definition: epEncHLA.h:17
#define DT_PROTOCOL_NAMESPACE
Make VR-Vantage VRLink code export with library #ifdef DL_DLL_IGCONVRLINK #undef DL_DLL_IGCONVRLINK #...
Definition: export.h:32
#define DtDECLARE_EP_ATTR_CHECKER(attrName)
Definition: epEncHLA.h:14

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)