VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
arealObjectTransactionEncoder.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 hAtrealObjTrEnc_H_
8 #define hAtrealObjTrEnc_H_
9 
10 #if DtHLA
11 
13 
17 
19 
20 #define DtDECLARE_AREAL_OBJ_PARAM_ENCODER(paramName) \
21  DtDECLARE_PARAM_ENCODER(DtArealObjectTransaction, paramName)
22 
23 
29 {
30 public:
31 
33  DtInterClassDesc* classDesc);
34 
37 
40 
43 
44 protected:
45 
47  DtDECLARE_AREAL_OBJ_PARAM_ENCODER(PercentComplete);
48  DtDECLARE_AREAL_OBJ_PARAM_ENCODER(DamagedAppearance);
49  DtDECLARE_AREAL_OBJ_PARAM_ENCODER(ObjectPreDistributed);
53 };
54 
55 #define DtDEFINE_SIMPLE_AREAL_OBJ_PARAM_ENCODER(paramName, netType, inspector) \
56  DtDEFINE_SIMPLE_PARAM_ENCODER(DtArealObjectTransactionEncoder, \
57  DtArealObjectTransaction, paramName, netType, inspector)
58 
59 
60 #endif
61 #endif
62 
63 
64 
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 DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
DtEnvironmentObjectTransactionEncoder & operator=(const DtEnvironmentObjectTransactionEncoder &orig)
assignment operator
DtArealObjectTransactionEncoder is a DtEnvObjTransEncoder that registers parameter encoders for all o...
Definition: arealObjectTransactionEncoder.h:27
class DtArealObjectTransaction:
Definition: arealObjectTransaction.h:35
#define DtDECLARE_AREAL_OBJ_PARAM_ENCODER(paramName)
Definition: arealObjectTransactionEncoder.h:20
This file provides a declaration of the class DtEnvironmentObjectTransactionEncoder.
class DtEnvironmentObjectTransactionEncoder:
Definition: environmentObjectTransactionEncoder.h:28

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)