VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
craterObjectEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #if DtHLA
8 
9 #ifndef craterObjectEncoder_H_
10 #define craterObjectEncoder_H_
11 
12 
13 #include "pointObjectEncoder.h"
14 
18 
20 
23 #define DtDECLARE_CRATER_OBJ_ATTR_CHECKER(attrName) \
24  DtDECLARE_ATTR_CHECKER(DtPointObjectRepository, attrName)
25 
28 #define DtDECLARE_CRATER_OBJ_ATTR_ENCODER(attrName) \
29  DtDECLARE_ATTR_ENCODER(DtPointObjectRepository, attrName)
30 
35 {
36 public:
37 
40  DtExerciseConn* exConn,
41  DtObjClassDesc* classDesc);
42 
44  virtual ~DtCraterObjectEncoder();
45 
48 
51 
52 public:
53 
55  static DtHlaStateEncoder* create(
56  DtExerciseConn* exConn,
57  DtObjClassDesc* classDesc);
58 
59 protected:
60 
62 
64 };
65 
71 #define DtDEFINE_SIMPLE_CRATER_OBJ_ATTR_ENCODER( \
72  attrName, netType, inspector) \
73  DtDEFINE_SIMPLE_ATTR_ENCODER(DtCraterObjectEncoder, \
74  DtPointObjectRepository, \
75  attrName, netType, inspector)
76 
82 #define DtDEFINE_SIMPLE_CRATER_OBJ_ATTR_CHECKER( \
83  attrName, inspector) \
84  DtDEFINE_SIMPLE_ATTR_CHECKER(DtCraterObjectEncoder, \
85  DtPointObjectRepository, \
86  attrName, inspector)
87 
88 #endif //hCraterObjEnc_H_
89 
90 #endif //DtHLA
91 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityEncoder. Caller is responsible for deletion.
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
This file provides protocol independence for point object encoder includes.
DtPointObjectEncoder & operator=(const DtPointObjectEncoder &orig)
assignment operator
Instances of DtPointObjectRepository are used to maintain state information needed by point environme...
Definition: pointObjectRepository.h:31
Instances of DtPointObjectEncoder are used to encode point object state messages from a state reposit...
Definition: pointObjectEncoderHLA.h:33
#define DtDECLARE_CRATER_OBJ_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: craterObjectEncoder.h:28
Instances of DtCraterObjectEncoder are used to encode crater object state messages from a state repos...
Definition: craterObjectEncoder.h:34
#define DtDECLARE_CRATER_OBJ_ATTR_CHECKER(attrName)
This is used to declare static member functions for determining whether or not an attribute needs to ...
Definition: craterObjectEncoder.h:23

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)