VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
minefieldObjectDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #if DtHLA
8 
9 #ifndef minefieldObjectDecoder_H_
10 #define minefieldObjectDecoder_H_
11 
12 
13 #include "arealObjectDecoder.h"
14 
18 
20 
23 #define DtDECLARE_MINE_FIELD_OBJ_ATTR_DECODER(attrName) \
24  DtDECLARE_ATTR_DECODER(DtArealObjectRepository, attrName)
25 
30 
32 {
33 public:
34 
37  DtExerciseConn* exConn,
38  DtObjClassDesc* classDesc);
39 
41  virtual ~DtMinefieldObjectDecoder();
42 
45 
47  DtMinefieldObjectDecoder& operator=
48  (const DtMinefieldObjectDecoder& orig);
49 
50 public:
51 
53  static DtHlaStateDecoder* create(
54  DtExerciseConn* exConn,
55  DtObjClassDesc* classDesc);
56 
57 protected:
62 };
63 
69 #define DtDEFINE_SIMPLE_MINE_FIELD_OBJ_ATTR_DECODER_WITH_CAST( \
70  attrName, netType, mutator, castExpr) \
71  DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
72  DtMinefieldObjectDecoder, DtArealObjectRepository, \
73  attrName, netType, mutator, castExpr)
74 
75 #define DtDEFINE_SIMPLE_MINE_FIELD_OBJ_ATTR_DECODER( \
76  attrName, netType, inspector) \
77  DtDEFINE_SIMPLE_MINE_FIELD_OBJ_ATTR_DECODER_WITH_CAST( \
78  attrName, netType, inspector, (netType))
79 
80 #endif //hMinefldObjDec_H_
81 
82 #endif //DtHLA
83 
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
class DtMinefieldObjectDecoder:
Definition: minefieldObjectDecoder.h:31
Instances of DtArealObjectDecoder are used to decode areal object state messages for a state reposito...
Definition: arealObjectDecoderHLA.h:26
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtHlaStateEncoder. Caller is responsible for deletion.
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
#define DtDECLARE_MINE_FIELD_OBJ_ATTR_DECODER(attrName)
This is used to declare attribute decoding functions which are members of the class.
Definition: minefieldObjectDecoder.h:23
Instances of DtArealObjectRepository are used to maintain state information needed by areal object en...
Definition: arealObjectRepository.h:30
This file provides protocol independence for areal object decoder includes.

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)