VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
removeObjectRequestDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef removeObjectRequestDecoder_H_
7 #define removeObjectRequestDecoder_H_
8 
9 #if DtHLA
10 
11 #include "interactionDecoder.h"
12 
16 
18 
21 
22 #define DtDECLARE_REMOBJREQ_PARAM_DECODER(paramName) \
23  DtDECLARE_PARAM_DECODER(DtRemoveObjectRequestInter, paramName)
24 
25 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER( \
26  paramName, netType, mutator) \
27  DtDEFINE_SIMPLE_PARAM_DECODER( \
28  DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
29  paramName, netType, mutator)
30 
31 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER_WITH_CAST( \
32  paramName, netType, mutator, castExpr) \
33  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
34  DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
35  paramName, netType, mutator, castExpr)
36 
37 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER_BUFF(paramName, mutator) \
38  DtDEFINE_SIMPLE_PARAM_DECODER_BUFF( \
39  DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
40  paramName, mutator)
41 
46 
48 {
49 public:
50 
53  DtInterClassDesc* classDesc);
54 
57 
60 
63  const DtRemoveObjectRequestDecoder& orig);
64 
65 protected:
66 
68 
69  DtDECLARE_REMOBJREQ_PARAM_DECODER(ObjectIdentifiers);
70  DtDECLARE_REMOBJREQ_PARAM_DECODER(RequestIdentifier);
71 
75 
77  DtDECLARE_REMOBJREQ_PARAM_DECODER(ObjectIdentifiers_RPR20);
78 };
79 
80 #endif
81 #endif
82 
#define DtDECLARE_REMOBJREQ_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: removeObjectRequestDecoder.h:22
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
This file contains the declaration of DtInteractionDecoder.
class DtRemoveObjectRequestDecoder:
Definition: removeObjectRequestDecoder.h:47
DtInteractionDecoder & operator=(const DtInteractionDecoder &orig)
assignment operator - not implemented.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
class DtRemoveObjectRequestInter:
Definition: removeObjectRequestInter.h:37

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)