VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
actionRequestDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #ifndef DtActionRequestDecoder_H_
11 #define DtActionRequestDecoder_H_
12 
13 #if DtHLA
14 
16 
17 
18 
20 
23 
24 #define DtDECLARE_ACTREQ_PARAM_DECODER(paramName) \
25  DtDECLARE_PARAM_DECODER(DtActionRequestInteraction, paramName)
26 
27 #define DtDEFINE_SIMPLE_ACTREQ_PARAM_DECODER( \
28  paramName, netType, mutator) \
29  DtDEFINE_SIMPLE_PARAM_DECODER( \
30  DtActionRequestDecoder, DtActionRequestInteraction, \
31  paramName, netType, mutator)
32 
33 #define DtDEFINE_SIMPLE_ACTREQ_PARAM_DECODER_WITH_CAST( \
34  paramName, netType, mutator, castExpr) \
35  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
36  DtActionRequestDecoder, DtActionRequestInteraction, \
37  paramName, netType, mutator, castExpr)
38 
39 
44 {
45 public:
46 
49  DtInterClassDesc* classDesc);
50 
52  virtual ~DtActionRequestDecoder();
53 
56 
59 
60 protected:
61 
63 
64  DtDECLARE_ACTREQ_PARAM_DECODER(OriginatingEntity);
65  DtDECLARE_ACTREQ_PARAM_DECODER(ReceivingEntity);
66  DtDECLARE_ACTREQ_PARAM_DECODER(RequestIdentifier);
67  DtDECLARE_ACTREQ_PARAM_DECODER(ActionRequestCode);
71 };
72 
73 #endif
74 #endif
75 
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 DtActionRequestInteraction are used to represent ActionRequest Interactions in the RPR F...
Definition: actionRequestInteractionHLA.h:35
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
class DtInteractionWithDataDecoder:
Definition: interactionWithDataDecoder.h:29
Instances of DtActionRequestDecoder are used to decode ActionRequest Interactions from the network...
Definition: actionRequestDecoder.h:43
This file provides a declaration of the class DtInteractionWithDataDecoder.
#define DtDECLARE_ACTREQ_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: actionRequestDecoder.h:24
DtInteractionWithDataDecoder & operator=(const DtInteractionWithDataDecoder &orig)
assignment operator

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)