VR-Link API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
trackJamBeamEncoder.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 
11 
12 #ifndef DtTrackJamBeamEncoder_H_
13 #define DtTrackJamBeamEncoder_H_
14 
15 
16 #include "baseEmitterBeamEncoder.h"
17 
19 
22 #define DtDECLARE_BASE_TRKJAMBEAM_ATTR_CHECKER(attrName) \
23  DtDECLARE_ATTR_CHECKER(DtEmitterBeamRepository, attrName)
24 
27 #define DtDECLARE_BASE_TRKJAMBEAM_ATTR_ENCODER(attrName) \
28  DtDECLARE_ATTR_ENCODER(DtEmitterBeamRepository, attrName)
29 
34 
36 {
37 public:
38 
41  DtExerciseConn* exConn,
42  DtObjClassDesc* classDesc);
43 
45  virtual ~DtTrackJamBeamEncoder();
46 
49 
52 
53 public:
54 
56  static DtHlaStateEncoder* create(
57  DtExerciseConn* exConn,
58  DtObjClassDesc* classDesc);
59 
60 protected:
61  DtDECLARE_BASE_TRKJAMBEAM_ATTR_ENCODER(JammingModeSequence);
62  DtDECLARE_BASE_TRKJAMBEAM_ATTR_ENCODER(TrackJamObjectIDs);
64 
65  DtDECLARE_BASE_TRKJAMBEAM_ATTR_CHECKER(JammingModeSequence);
66  DtDECLARE_BASE_TRKJAMBEAM_ATTR_CHECKER(TrackJamObjectIDs);
68 };
69 
75 #define DtDEFINE_SIMPLE_BASE_TRKJAMBEAM_ATTR_ENCODER( \
76  attrName, netType, inspector) \
77  DtDEFINE_SIMPLE_ATTR_ENCODER(DtTrackJamBeamEncoder, \
78  DtEmitterBeamRepository, \
79  attrName, netType, inspector)
80 
86 #define DtDEFINE_SIMPLE_BASE_TRKJAMBEAM_ATTR_CHECKER( \
87  attrName, inspector) \
88  DtDEFINE_SIMPLE_ATTR_CHECKER(DtTrackJamBeamEncoder, \
89  DtEmitterBeamRepository, \
90  attrName, inspector)
91 
92 #endif //DtTrackJamBeamEncoder_H_
93 
94 #endif //DtHLA
95 
#define DtDECLARE_BASE_TRKJAMBEAM_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: trackJamBeamEncoder.h:27
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
Instances of DtBaseEmitterBeamEncoder are are used to encode base emitter beam state messages from th...
Definition: baseEmitterBeamEncoder.h:52
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
class DtEmitterBeamRepository:
Definition: emitterBeamRepository.h:44
class DtTrackJamBeamEncoder:
Definition: trackJamBeamEncoder.h:35
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityEncoder. Caller is responsible for deletion.
#define DtDECLARE_BASE_TRKJAMBEAM_ATTR_CHECKER(attrName)
This is used to declare static member functions for determining whether or not an attribute needs to ...
Definition: trackJamBeamEncoder.h:22
DtBaseEmitterBeamEncoder & operator=(const DtBaseEmitterBeamEncoder &orig)
assignment operator
This file emitter beam threshold definitions and provides a declaration of the class DtBaseEmitterBea...

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)