VR-Link API Documentation for DIS
 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-2010 VT MAK
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 
16 class DtActionRequestToObjInter;
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 
47 class DT_DLL_VL DtActionRequestToObjDecoder : public DtInteractionDecoder
48 {
49 public:
50 
52  DtActionRequestToObjDecoder(DtExerciseConn* exConn,
53  DtInterClassDesc* classDesc);
54 
56  virtual ~DtActionRequestToObjDecoder();
57 
59  DtActionRequestToObjDecoder(const DtActionRequestToObjDecoder& orig);
60 
62  DtActionRequestToObjDecoder& operator=(
63  const DtActionRequestToObjDecoder& orig);
64 
65 protected:
66 
68 
69  DtDECLARE_ACTREQOBJ_PARAM_DECODER(ObjectIdentifiers);
70  DtDECLARE_ACTREQOBJ_PARAM_DECODER(ActionRequestCode);
72  DtDECLARE_ACTREQOBJ_PARAM_DECODER(ObjectIDs);
73  DtDECLARE_ACTREQOBJ_PARAM_DECODER(Action);
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: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtInteractionDecoder.

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)