VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
createObjReqDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef DtCreateObjReqDecoder_H_
8 #define DtCreateObjReqDecoder_H_
9 
10 #if DtHLA
11 
12 #include "interactionDecoder.h"
13 
17 
18 class DT_DLL_VL DtCreateObjReqInter;
19 
22 
23 #define DtDECLARE_CRTOBJREQ_PARAM_DECODER(paramName) \
24  DtDECLARE_PARAM_DECODER(DtCreateObjReqInter, paramName)
25 
26 #define DtDEFINE_SIMPLE_CRTOBJREQ_PARAM_DECODER( \
27  paramName, netType, mutator) \
28  DtDEFINE_SIMPLE_PARAM_DECODER( \
29  DtCreateObjReqDecoder, DtCreateObjReqInter, \
30  paramName, netType, mutator)
31 
35 class DT_DLL_VL DtCreateObjReqDecoder : public DtInteractionDecoder
36 {
37 public:
38 
40  DtCreateObjReqDecoder(DtExerciseConn* exConn,
41  DtInterClassDesc* classDesc);
42 
44  virtual ~DtCreateObjReqDecoder();
45 
47  DtCreateObjReqDecoder(const DtCreateObjReqDecoder& orig);
48 
50  DtCreateObjReqDecoder& operator=(const DtCreateObjReqDecoder& orig);
51 
52 protected:
53 
55 
56  DtDECLARE_CRTOBJREQ_PARAM_DECODER(ObjectClass);
57  DtDECLARE_CRTOBJREQ_PARAM_DECODER(AttributeValueSet);
58  DtDECLARE_CRTOBJREQ_PARAM_DECODER(RequestIdentifier);
60  DtDECLARE_CRTOBJREQ_PARAM_DECODER(RequestID);
61 };
62 
63 #endif
64 #endif
65 

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)