VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
actionResponseEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #ifndef DtActionResponseEncoder_H_
11 #define DtActionResponseEncoder_H_
12 
13 #if DtHLA
14 
15 
17 
19 
20 #define DtDECLARE_ACTRESP_PARAM_ENCODER(paramName) \
21  DtDECLARE_PARAM_ENCODER(DtActionResponseInteraction, paramName)
22 
23 #define DtDEFINE_SIMPLE_ACTRESP_PARAM_ENCODER(paramName, netType, inspector) \
24  DtDEFINE_SIMPLE_PARAM_ENCODER(DtActionResponseEncoder, \
25  DtActionResponseInteraction, paramName, netType, inspector)
26 
31 
33 {
34 public:
35 
37  DtInterClassDesc* classDesc);
38 
40  virtual ~DtActionResponseEncoder();
41 
44 
47 
48 protected:
49 
51 
52  DtDECLARE_ACTRESP_PARAM_ENCODER(OriginatingEntity);
53  DtDECLARE_ACTRESP_PARAM_ENCODER(ReceivingEntity);
54  DtDECLARE_ACTRESP_PARAM_ENCODER(RequestStatus);
58  DtDECLARE_ACTRESP_PARAM_ENCODER(RequestIdentifier);
59 };
60 
61 #endif
62 #endif
63 
64 
65 
class DtActionResponseEncoder:
Definition: actionResponseEncoder.h:32
#define DtDECLARE_ACTRESP_PARAM_ENCODER(paramName)
Definition: actionResponseEncoder.h:20
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
class DtActionResponseInteraction:
Definition: actionResponseInteractionHLA.h:36
This file provides a declaration of the class DtInteractionWithDataEncoder.
class DtInteractionWithDataEncoder:
Definition: interactionWithDataEncoder.h:29
DtInteractionWithDataEncoder & operator=(const DtInteractionWithDataEncoder &orig)
assignment operator

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)