VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
actionRequestEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #ifndef DtActionRequestEncoder_H_
11 #define DtActionRequestEncoder_H_
12 
13 #if DtHLA
14 
16 
18 
19 #define DtDECLARE_ACTREQ_PARAM_ENCODER(paramName) \
20  DtDECLARE_PARAM_ENCODER(DtActionRequestInteraction, paramName)
21 
22 #define DtDEFINE_SIMPLE_ACTREQ_PARAM_ENCODER(paramName, netType, inspector) \
23  DtDEFINE_SIMPLE_PARAM_ENCODER(DtActionRequestEncoder, \
24  DtActionRequestInteraction, paramName, netType, inspector)
25 
26 
31 {
32 public:
33 
35  DtInterClassDesc* classDesc);
36 
38  virtual ~DtActionRequestEncoder();
39 
42 
45 
46 protected:
47 
49 
50  DtDECLARE_ACTREQ_PARAM_ENCODER(OriginatingEntity);
51  DtDECLARE_ACTREQ_PARAM_ENCODER(ReceivingEntity);
52 
57  DtDECLARE_ACTREQ_PARAM_ENCODER(RequestIdentifier);
58  DtDECLARE_ACTREQ_PARAM_ENCODER(ActionRequestCode);
59 };
60 
61 #endif
62 #endif
63 
64 
65 
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 DtActionRequestInteraction are used to represent ActionRequest Interactions in the RPR F...
Definition: actionRequestInteractionHLA.h:35
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
DtActionRequestEncoder is a DtInteractionWithDataEncoder that registers parameter encoders for all of...
Definition: actionRequestEncoder.h:30
This file provides a declaration of the class DtInteractionWithDataEncoder.
#define DtDECLARE_ACTREQ_PARAM_ENCODER(paramName)
Definition: actionRequestEncoder.h:19
class DtInteractionWithDataEncoder:
Definition: interactionWithDataEncoder.h:29
DtInteractionWithDataEncoder & operator=(const DtInteractionWithDataEncoder &orig)
assignment operator

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)