VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
createObjReqEncoder.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 DtCreateObjReqEncoder_H_
8 #define DtCreateObjReqEncoder_H_
9 
10 #if DtHLA
11 
12 #include "interactionEncoder.h"
13 
17 
18 class DT_DLL_VL DtCreateObjReqInter;
19 
20 #define DtDECLARE_CRTOBJREQ_PARAM_ENCODER(paramName) \
21  DtDECLARE_PARAM_ENCODER(DtCreateObjReqInter, paramName)
22 
23 #define DtDEFINE_SIMPLE_CRTOBJREQ_PARAM_ENCODER(paramName, netType, inspector) \
24  DtDEFINE_SIMPLE_PARAM_ENCODER(DtCreateObjReqEncoder, \
25  DtCreateObjReqInter, paramName, netType, inspector)
26 
30 class DT_DLL_VL DtCreateObjReqEncoder : public DtInteractionEncoder
31 {
32 public:
33 
34  DtCreateObjReqEncoder(DtExerciseConn* exConn,
35  DtInterClassDesc* classDesc);
36 
38  virtual ~DtCreateObjReqEncoder();
39 
41  DtCreateObjReqEncoder(const DtCreateObjReqEncoder& orig);
42 
44  DtCreateObjReqEncoder& operator=(const DtCreateObjReqEncoder& orig);
45 
46 protected:
47 
49 
50  DtDECLARE_CRTOBJREQ_PARAM_ENCODER(ObjectClass);
51  DtDECLARE_CRTOBJREQ_PARAM_ENCODER(AttributeValueSet);
53  DtDECLARE_CRTOBJREQ_PARAM_ENCODER(RequestID);
55  DtDECLARE_CRTOBJREQ_PARAM_ENCODER(RequestIdentifier);
56 };
57 
58 #endif
59 #endif
60 
61 
62 
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

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)