VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
actionRequestToObjDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
8 #ifndef actionRequestToObjDecoder_H_
9 #define actionRequestToObjDecoder_H_
10 
11 #if DtHLA
12 
13 
14 #include "interactionDecoder.h"
15 
17 
20 
21 #define DtDECLARE_ACTREQOBJ_PARAM_DECODER(paramName) \
22  DtDECLARE_PARAM_DECODER(DtActionRequestToObjInter, paramName)
23 
24 #define DtDEFINE_SIMPLE_ACTREQOBJ_PARAM_DECODER( \
25  paramName, netType, mutator) \
26  DtDEFINE_SIMPLE_PARAM_DECODER( \
27  DtActionRequestToObjDecoder, DtActionRequestToObjInter, \
28  paramName, netType, mutator)
29 
30 #define DtDEFINE_SIMPLE_ACTREQOBJ_PARAM_DECODER_WITH_CAST( \
31  paramName, netType, mutator, castExpr) \
32  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
33  DtActionRequestToObjDecoder, DtActionRequestToObjInter, \
34  paramName, netType, mutator, castExpr)
35 
36 #define DtDEFINE_SIMPLE_ACTREQOBJ_PARAM_DECODER_BUFF( \
37  paramName, mutator) \
38  DtDEFINE_SIMPLE_PARAM_DECODER_BUFF( \
39  DtActionRequestToObjDecoder, DtActionRequestToObjInter, \
40  paramName, mutator)
41 
46 
48 {
49 public:
50 
53  DtInterClassDesc* classDesc);
54 
56  virtual ~DtActionRequestToObjDecoder();
57 
60 
63  const DtActionRequestToObjDecoder& orig);
64 
65 protected:
66 
68 
69  DtDECLARE_ACTREQOBJ_PARAM_DECODER(ObjectIdentifiers);
70  DtDECLARE_ACTREQOBJ_PARAM_DECODER(ActionRequestCode);
74 
76  DtDECLARE_ACTREQOBJ_PARAM_DECODER(ObjectIdentifiers_RRP20);
77 };
78 
79 #endif
80 #endif
81 
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
This file contains the declaration of DtInteractionDecoder.
Instances of DtActionRequestToObjInter are used to represent ActionRequestToObject Interactions in th...
Definition: actionRequestToObjInter.h:35
class DtActionRequestToObjDecoder:
Definition: actionRequestToObjDecoder.h:47
DtInteractionDecoder & operator=(const DtInteractionDecoder &orig)
assignment operator - not implemented.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
#define DtDECLARE_ACTREQOBJ_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: actionRequestToObjDecoder.h:21

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)