VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
actionRequestToObjEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
8 #ifndef actionRequestToObjEncoder_H_
9 #define actionRequestToObjEncoder_H_
10 
11 #if DtHLA
12 
13 
14 #include "interactionEncoder.h"
15 
17 
18 #define DtDECLARE_ACTREQOBJ_PARAM_ENCODER(paramName) \
19  DtDECLARE_PARAM_ENCODER(DtActionRequestToObjInter, paramName)
20 
21 #define DtDEFINE_SIMPLE_ACTREQOBJ_PARAM_ENCODER(paramName, netType, inspector) \
22  DtDEFINE_SIMPLE_PARAM_ENCODER(DtActionRequestToObjEncoder, \
23  DtActionRequestToObjInter, paramName, netType, inspector)
24 
31 {
32 public:
33 
35  DtInterClassDesc* classDesc);
36 
38  virtual ~DtActionRequestToObjEncoder();
39 
42 
45  const DtActionRequestToObjEncoder& orig);
46 
47 protected:
48 
54  DtDECLARE_ACTREQOBJ_PARAM_ENCODER(ObjectIdentifiers);
55  DtDECLARE_ACTREQOBJ_PARAM_ENCODER(ActionRequestCode);
56 
58  DtDECLARE_ACTREQOBJ_PARAM_ENCODER(ObjectIdentifiers_RPR20);
59 };
60 
61 #endif
62 #endif
63 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#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
Instances of DtActionRequestToObjInter are used to represent ActionRequestToObject Interactions in th...
Definition: actionRequestToObjInter.h:35
class DtActionRequestToObjEncoder:
Definition: actionRequestToObjEncoder.h:30
#define DtDECLARE_ACTREQOBJ_PARAM_ENCODER(paramName)
Definition: actionRequestToObjEncoder.h:18
DtInteractionEncoder & operator=(const DtInteractionEncoder &orig)
assignment operator

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)