VR-Link API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
exhaustSmokeObjectDecoder.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 #pragma once
11 
12 #if DtHLA
13 
15 
17 
20 #define DtDECLARE_EXHAUST_SMOKE_OBJ_ATTR_DECODER( attrName ) \
21  DtDECLARE_ATTR_DECODER( DtLinearObjectRepository, attrName )
22 
28 {
29 public:
30 
33  static DtHlaStateDecoder* create( DtExerciseConn* exConn,
34  DtObjClassDesc* classDesc );
35 
38  DtObjClassDesc* classDesc );
39 
42 
44  virtual ~DtExhaustSmokeObjectDecoder();
45 
48  const DtExhaustSmokeObjectDecoder& orig );
49 
50 protected:
51 
55 
56 };
57 
63 #define DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_DECODER_WITH_CAST( \
64  attrName, netType, mutator, castExpr ) \
65  DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
66  DtExhaustSmokeObjectDecoder, DtLinearObjectRepository, \
67  attrName, netType, mutator, castExpr )
68 
69 #define DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_DECODER( \
70  attrName, netType, inspector ) \
71  DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_DECODER_WITH_CAST( \
72  attrName, netType, inspector, (netType) )
73 
74 #endif // DtHLA
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 DtEnvironmentObjectDecoder:
Definition: environmentObjectDecoder.h:31
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
This file provides a declaration of the class DtEnvironmentObjectDecoder.
#define DtDECLARE_EXHAUST_SMOKE_OBJ_ATTR_DECODER(attrName)
This is used to declare attribute decoding functions which are members of the class.
Definition: exhaustSmokeObjectDecoder.h:20
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
DtEnvironmentObjectDecoder & operator=(const DtEnvironmentObjectDecoder &orig)
assignment operator
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityDecoder. Caller is responsible for deletion.
Instances of DtExhaustSmokeObjectDecoder are used to decode exhaust smoke object state messages for a...
Definition: exhaustSmokeObjectDecoder.h:27
Instances of DtLinearObjectRepository are used to maintain state information needed by linear object ...
Definition: linearObjectRepository.h:49

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)