VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
removeObjectRequestEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef removeObjectRequestEncoder_H_
7 #define removeObjectRequestEncoder_H_
8 
9 #if DtHLA
10 
11 #include "interactionEncoder.h"
12 
16 
18 
19 #define DtDECLARE_REMOBJREQ_PARAM_ENCODER(paramName) \
20  DtDECLARE_PARAM_ENCODER(DtRemoveObjectRequestInter, paramName)
21 
22 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_ENCODER(paramName, netType, inspector) \
23  DtDEFINE_SIMPLE_PARAM_ENCODER(DtRemoveObjectRequestEncoder, \
24  DtRemoveObjectRequestInter, paramName, netType, inspector)
25 
30 
32 {
33 public:
34 
36  DtInterClassDesc* classDesc);
37 
40 
43 
46  const DtRemoveObjectRequestEncoder& orig);
47 
48 protected:
49 
51 
52  DtDECLARE_REMOBJREQ_PARAM_ENCODER(ObjectIdentifiers);
53  DtDECLARE_REMOBJREQ_PARAM_ENCODER(RequestIdentifier);
54 
58 
60  DtDECLARE_REMOBJREQ_PARAM_ENCODER(ObjectIdentifiers_RPR20);
61 };
62 
63 #endif
64 #endif
65 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#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
class DtRemoveObjectRequestEncoder:
Definition: removeObjectRequestEncoder.h:31
#define DtDECLARE_REMOBJREQ_PARAM_ENCODER(paramName)
Definition: removeObjectRequestEncoder.h:19
DtInteractionEncoder & operator=(const DtInteractionEncoder &orig)
assignment operator
class DtRemoveObjectRequestInter:
Definition: removeObjectRequestInter.h:37

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)