VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
attributeChangeReqDec.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef attributeChangeReqDec_H_
7 #define attributeChangeReqDec_H_
8 
9 #if DtHLA
10 
11 #include "interactionDecoder.h"
15 
17 
20 
21 #define DtDECLARE_ATTCHGREQ_PARAM_DECODER(paramName) \
22  DtDECLARE_PARAM_DECODER(DtAttributeChangeReqInter, paramName)
23 
24 #define DtDEFINE_SIMPLE_ATTCHGREQ_PARAM_DECODER( \
25  paramName, netType, mutator) \
26  DtDEFINE_SIMPLE_PARAM_DECODER( \
27  DtAttributeChangeReqDec, DtAttributeChangeReqInter, \
28  paramName, netType, mutator)
29 
35 {
36 public:
37 
40  DtInterClassDesc* classDesc);
41 
43  virtual ~DtAttributeChangeReqDec();
44 
47 
50 
51 protected:
52 
54 
55  DtDECLARE_ATTCHGREQ_PARAM_DECODER(ObjectIdentifiers);
56  DtDECLARE_ATTCHGREQ_PARAM_DECODER(AttributeValueSet);
57 
60 
62  DtDECLARE_ATTCHGREQ_PARAM_DECODER(ObjectIdentifiers_RPR20);
63 };
64 
65 #endif
66 #endif
67 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DtDECLARE_ATTCHGREQ_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: attributeChangeReqDec.h:21
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
This file contains the declaration of DtInteractionDecoder.
DtInteractionDecoder & operator=(const DtInteractionDecoder &orig)
assignment operator - not implemented.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
class DtAttributeChangeReqDec:
Definition: attributeChangeReqDec.h:34
Instances of DtAttributeChangeReqInter are used to represent AttributeChangeRequest Interactions in t...
Definition: attributeChangeReqInter.h:37

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)