VR-Link API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
trackJamBeamDecoder.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 DtTrackJamBeamDecoder_H_
13 #define DtTrackJamBeamDecoder_H_
14 
15 
16 #include "baseEmitterBeamDecoder.h"
17 
19 
22 #define DtDECLARE_TRKJAMBEAM_ATTR_DECODER(attrName) \
23  DtDECLARE_ATTR_DECODER(DtEmitterBeamRepository, attrName)
24 
30 
32 {
33 public:
34 
37  DtExerciseConn* exConn,
38  DtObjClassDesc* classDesc);
39 
41  virtual ~DtTrackJamBeamDecoder();
42 
45 
48 
49 public:
50 
52  static DtHlaStateDecoder* create(
53  DtExerciseConn* exConn,
54  DtObjClassDesc* classDesc);
55 
56 protected:
57 
61  void addMyDecoders();
62 
64  DtDECLARE_TRKJAMBEAM_ATTR_DECODER(JammingModeSequence);
65  DtDECLARE_TRKJAMBEAM_ATTR_DECODER(TrackJamObjectIDs);
66  DtDECLARE_TRKJAMBEAM_ATTR_DECODER(TrackOrJammer);
67 };
68 
74 #define DtDEFINE_SIMPLE_BASE_TRKJAMBEAM_ATTR_DECODER_WITH_CAST( \
75  attrName, netType, mutator, castExpr) \
76  DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
77  DtTrackJamBeamDecoder, DtEmitterBeamRepository, \
78  attrName, netType, mutator, castExpr)
79 
80 #define DtDEFINE_SIMPLE_BASE_TRKJAMBEAM_ATTR_DECODER( \
81  attrName, netType, inspector) \
82  DtDEFINE_SIMPLE_BASE_TRKJAMBEAM_ATTR_DECODER_WITH_CAST( \
83  attrName, netType, inspector, (netType))
84 
85 #endif //DtTrackJamBeamDecoder_H_
86 
87 #endif //DtHLA
88 
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
void addMyDecoders()
Add decoding functions for the attributes.
#define DtDECLARE_TRKJAMBEAM_ATTR_DECODER(attrName)
This is used to declare attribute decoding functions which are members of the class.
Definition: trackJamBeamDecoder.h:22
DtBaseEmitterBeamDecoder & operator=(const DtBaseEmitterBeamDecoder &orig)
assignment operator
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
class DtTrackJamBeamDecoder:
Definition: trackJamBeamDecoder.h:31
class DtEmitterBeamRepository:
Definition: emitterBeamRepository.h:44
class DtBaseEmitterBeamDecoder:
Definition: baseEmitterBeamDecoder.h:32
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityDecoder. Caller is responsible for deletion.
This file provides a declaration of the class DtBaseEmitterBeamDecoder.

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)