VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
emitterSystemStateDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #ifndef DT_EMITTER_SYSTEM_STATE_DECODER_H_
11 #define DT_EMITTER_SYSTEM_STATE_DECODER_H_
12 
13 #if DtDIS
14 
16 #include "stateDecoder.h"
17 
18 #include <vlutil/vlMachineTypes.h>
19 #include "hostStructs.h"
20 #include "stateMsg.h"
21 #include "exerciseConn.h"
22 #include "variableDatumRecord.h"
25 
26 
31 class DT_DLL_VL DtEmitterSystemStateDecoder : public DtStateDecoder
32 {
33 public:
35  DtEmitterSystemStateDecoder(DtExerciseConn* exConn);
36 
38  virtual ~DtEmitterSystemStateDecoder();
39 
41  DtEmitterSystemStateDecoder(const DtEmitterSystemStateDecoder& orig);
42 
44  DtEmitterSystemStateDecoder& operator=(const DtEmitterSystemStateDecoder& orig);
45 
47  virtual void decode(const DtElectromagneticEmissionPdu& pdu,
48  DtEmitterSystemRepository* stateRep);
49 
50  virtual void decodeCoupledAttributePdu(const DtElectromagneticEmissionPdu& pdu,
51  DtEmitterSystemRepository* stateRep);
52 
53  DtCLONE_DECODER(DtEmitterSystemStateDecoder);
54 
55 };
56 
57 #endif
58 #endif
59 
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file provides protocol to independence DtExerciseConn.
Contains the DtElectromagneticEmissionPdu class declaration.
Instances of DtEmitterSystemRepository are used to store state data for emitter systems in both HLA a...
Definition: emitterSystemRepository.h:29
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
This file contains typedefs for machine dependant types.

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)