VR-Link API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
militaryPlatformEntityDecoder.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 #ifndef DtMilitaryPlatformEntityDecoder_H_
8 #define DtMilitaryPlatformEntityDecoder_H_
9 
10 #if DtHLA
11 
12 #include "militaryEntityDecoder.h"
13 
17 
19 
25 
27 {
28 public:
29 
32  DtExerciseConn* exConn,
33  DtObjClassDesc* classDesc);
34 
37 
41 
45 
46 public:
47 
50  static DtHlaStateDecoder* create(
51  DtExerciseConn* exConn,
52  DtObjClassDesc* classDesc);
53 
54 protected:
55 
59  void addMyDecoders();
60 
62  DtDECLARE_ENTITY_ATTR_DECODER(AfterburnerOn);
63  DtDECLARE_ENTITY_ATTR_DECODER(HasAmmunitionSupplyCap);
64  DtDECLARE_ENTITY_ATTR_DECODER(LauncherRaised);
65 };
66 
72 #define DtDEFINE_SIMPLE_MIL_PLAT_ENTITY_ATTR_DECODER_WITH_CAST( \
73  attrName, netType, mutator, castExpr) \
74  DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
75  DtMilitaryPlatformEntityDecoder, DtEntityStateRepository, \
76  attrName, netType, mutator, castExpr)
77 
78 #define DtDEFINE_SIMPLE_MIL_PLAT_ENTITY_ATTR_DECODER( \
79  attrName, netType, inspector) \
80  DtDEFINE_SIMPLE_MIL_PLAT_ENTITY_ATTR_DECODER_WITH_CAST( \
81  attrName, netType, inspector, (netType))
82 
83 #endif
84 #endif
85 
class DtMilitaryPlatformEntityDecoder:
Definition: militaryPlatformEntityDecoder.h:26
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
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtMilitaryEntityDecoder.
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:42
DtDECLARE_ENTITY_ATTR_DECODER(AlternateEntityType)
Static decode<AttributeName> member functions.
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
DtMilitaryEntityDecoder & operator=(const DtMilitaryEntityDecoder &orig)
assignment operator
void addMyDecoders()
Add decoding functions for the attributes.
This file provides a declaration of the class DtMilitaryEntityDecoder.
class DtMilitaryEntityDecoder:
Definition: militaryEntityDecoder.h:26

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)