VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
minefieldLaneMarkerObjectEncoder.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 MAK Technologies, Inc
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
15 
17 
20 #define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_CHECKER( attrName ) \
21  DtDECLARE_ATTR_CHECKER( DtLinearObjectRepository, attrName )
22 
25 #define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_ENCODER( attrName ) \
26  DtDECLARE_ATTR_ENCODER( DtLinearObjectRepository, attrName )
27 
32 {
33 public:
34 
37  static DtHlaStateEncoder* create(
38  DtExerciseConn* exConn,
39  DtObjClassDesc* classDesc);
40 
43  DtObjClassDesc* classDesc );
44 
48 
51 
55 
56 protected:
57 
59 
61 
62 };
63 
69 #define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_ENCODER( \
70  attrName, netType, inspector ) \
71  DtDEFINE_SIMPLE_ATTR_ENCODER( DtLinearObjectEncoder, \
72  DtLinearObjectRepository, \
73  attrName, netType, inspector )
74 
80 #define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_CHECKER( \
81  attrName, inspector ) \
82  DtDEFINE_SIMPLE_ATTR_CHECKER( DtLinearObjectEncoder, \
83  DtLinearObjectRepository, \
84  attrName, inspector )
85 
86 #endif // DtHLA
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityEncoder. Caller is responsible for deletion.
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
#define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: minefieldLaneMarkerObjectEncoder.h:25
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
class DtEnvironmentObjectEncoder:
Definition: environmentObjectEncoder.h:36
Instances of DtMinefieldLaneMarkerEncoder are used to encode minefield lane marker object state messa...
Definition: minefieldLaneMarkerObjectEncoder.h:31
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
This file provides a declaration of the class DtEnvironmentObjectEncoder.
Instances of DtLinearObjectRepository are used to maintain state information needed by linear object ...
Definition: linearObjectRepository.h:49
#define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_CHECKER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: minefieldLaneMarkerObjectEncoder.h:20
DtEnvironmentObjectEncoder & operator=(const DtEnvironmentObjectEncoder &orig)
assignment operator

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)