9 #ifndef breachPointObjectDecoder_H_
10 #define breachPointObjectDecoder_H_
23 #define DtDECLARE_BREACH_POINT_OBJ_ATTR_DECODER(attrName) \
24 DtDECLARE_ATTR_DECODER(DtPointObjectRepository, attrName)
35 DtBreachPointObjectDecoder(
37 DtObjClassDesc* classDesc);
40 virtual ~DtBreachPointObjectDecoder();
43 DtBreachPointObjectDecoder(
const DtBreachPointObjectDecoder& orig);
46 DtBreachPointObjectDecoder&
operator=
47 (
const DtBreachPointObjectDecoder& orig);
52 static DtHlaStateDecoder* create(
54 DtObjClassDesc* classDesc);
59 DtDECLARE_BREACH_POINT_OBJ_ATTR_DECODER(BreachedStatus);
67 #define DtDEFINE_SIMPLE_BREACH_POINT_OBJ_ATTR_DECODER_WITH_CAST( \
68 attrName, netType, mutator, castExpr) \
69 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
70 DtBreachPointObjectDecoder, DtPointObjectRepository, \
71 attrName, netType, mutator, castExpr)
73 #define DtDEFINE_SIMPLE_BREACH_POINT_OBJ_ATTR_DECODER( \
74 attrName, netType, inspector) \
75 DtDEFINE_SIMPLE_BREACH_POINT_OBJ_ATTR_DECODER_WITH_CAST( \
76 attrName, netType, inspector, (netType))
78 #endif //hBreachPtObjDec_H_
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file provides protocol independence for point object decoder includes.
Instances of DtPointObjectRepository are used to maintain state information needed by point environme...
Definition: pointObjectRepository.h:31
Provides decoding logic for the DtPointObjectStatePdu class.
Definition: pointObjectDecoderDIS.h:20