VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dataQueryEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 
8 #ifndef DtDataQueryEncoder_H_
9 #define DtDataQueryEncoder_H_
10 
11 #if DtHLA
12 
13 #include "interactionEncoder.h"
14 
18 
20 
21 #define DtDECLARE_DATAQ_PARAM_ENCODER(paramName) \
22  DtDECLARE_PARAM_ENCODER(DtDataQueryInteraction, paramName)
23 
24 #define DtDEFINE_SIMPLE_DATAQ_PARAM_ENCODER(paramName, netType, inspector) \
25  DtDEFINE_SIMPLE_PARAM_ENCODER(DtDataQueryEncoder, \
26  DtDataQueryInteraction, paramName, netType, inspector)
27 
32 
34 {
35 public:
36 
38  DtInterClassDesc* classDesc);
39 
41  virtual ~DtDataQueryEncoder();
42 
45 
48 
49 protected:
50 
52 
53  DtDECLARE_DATAQ_PARAM_ENCODER(OriginatingEntity);
54  DtDECLARE_DATAQ_PARAM_ENCODER(ReceivingEntity);
55  DtDECLARE_DATAQ_PARAM_ENCODER(RequestIdentifier);
56  DtDECLARE_DATAQ_PARAM_ENCODER(TimeInterval);
57  DtDECLARE_DATAQ_PARAM_ENCODER(FixedDatumIdentifiers);
58  DtDECLARE_DATAQ_PARAM_ENCODER(VariableDatumIdentifiers);
59 
62  DtDECLARE_DATAQ_PARAM_ENCODER(FixedDatumIDs);
63  DtDECLARE_DATAQ_PARAM_ENCODER(VariableDatumIDs);
64 };
65 
66 #endif
67 #endif
68 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#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 DtDataQueryEncoder:
Definition: dataQueryEncoder.h:33
DtInteractionEncoder & operator=(const DtInteractionEncoder &orig)
assignment operator
class DtDataQueryInteraction:
Definition: dataQueryInteractionHLA.h:36
#define DtDECLARE_DATAQ_PARAM_ENCODER(paramName)
Definition: dataQueryEncoder.h:21

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)