VR-Link API Documentation for HLA 1516
 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 
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 
31 {
32 public:
33 
35  DtInterClassDesc* classDesc);
36 
38  virtual ~DtCreateObjReqEncoder();
39 
42 
45 
46 protected:
47 
49 
51  DtDECLARE_CRTOBJREQ_PARAM_ENCODER(AttributeValueSet);
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: exerciseConnHLA.h:60
Instances of DtCreateObjReqInter are used to represent CreateObjectRequest Interactions in the RPR FO...
Definition: createObjReqInter.h:33
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
DtInteractionEncoder is used to provide encoding of an interaction into an RTI::ParameterHandleValueP...
Definition: interactionEncoder.h:36
#define DtDECLARE_CRTOBJREQ_PARAM_ENCODER(paramName)
Definition: createObjReqEncoder.h:20
DtCreateObjReqEncoder is a DtInteractionEncoder that registers parameter encoders for all of the Crea...
Definition: createObjReqEncoder.h:30
DtInteractionEncoder & operator=(const DtInteractionEncoder &orig)
assignment operator

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)