This file provides a declaration of the class DtSovietIffDecoder.
More...
Go to the source code of this file.
|
| #define | DtDECLARE_SOVIET_IFF_ATTR_DECODER(attrName) DtDECLARE_ATTR_DECODER(DtIffStateRepository, attrName) |
| |
| #define | DtDEFINE_SIMPLE_SOVIET_IFF_ATTR_DECODER(attrName, netType, inspector) |
| |
| #define | DtDEFINE_SIMPLE_SOVIET_IFF_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr) |
| |
| #define | DtDEFINE_SIMPLE_SOVIET_ATTR_DECODER_WITH_CAST_AND_PARAM(decClass, stateRepClass, attrName, netType, mutator, param, castExpr) |
| |
| #define | DtDEFINE_SIMPLE_SOVIET_IFF_ATTR_DECODER_WITH_CAST_AND_PARAM(attrName, netType, mutator, param, castExpr) |
| |
| #define | DtDEFINE_SIMPLE_MAKRPR3_SOVIET_IFF_TRANSPONDER_ATTR_DECODER(attrName, netType, mutator) |
| |
| #define | DtDEFINE_SIMPLE_MAKRPR3_SOVIET_IFF_INTERROGATOR_ATTR_DECODER(attrName, netType, mutator) |
| |
This file provides a declaration of the class DtSovietIffDecoder.
| #define DtDEFINE_SIMPLE_MAKRPR3_SOVIET_IFF_INTERROGATOR_ATTR_DECODER |
( |
|
attrName, |
|
|
|
netType, |
|
|
|
mutator |
|
) |
| |
Value:
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
#define DtDEFINE_SIMPLE_ATTR_DECODER(decClass, stateRepClass, attrName, netType, mutator)
Old name for DtDEFINE_SIMPLE_ATTR_DECODER_MUTATOR, kept for backwards compatibility.
Definition: hlaStateDecoder.h:405
Definition: sovietIffDecoder.h:150
| #define DtDEFINE_SIMPLE_MAKRPR3_SOVIET_IFF_TRANSPONDER_ATTR_DECODER |
( |
|
attrName, |
|
|
|
netType, |
|
|
|
mutator |
|
) |
| |
Value:
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
Definition: sovietIffDecoder.h:117
#define DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST(decClass, stateRepClass, attrName, netType, mutator, castExpr)
Defines a "simple" attribute decoder.
Definition: hlaStateDecoder.h:291
| #define DtDEFINE_SIMPLE_SOVIET_ATTR_DECODER_WITH_CAST_AND_PARAM |
( |
|
decClass, |
|
|
|
stateRepClass, |
|
|
|
attrName, |
|
|
|
netType, |
|
|
|
mutator, |
|
|
|
param, |
|
|
|
castExpr |
|
) |
| |
Value:
stateRepClass* stateRep, \
int index) \
netType* netValPtr = (netType*)attributeData(attrs, index, length,
sizeof(netType), #
attrName); \
if (netValPtr) \
{ \
if ( !stateRep->soviet() ) \
{ \
stateRep->setModeEnabled(
DtSoviet,
true); \
} \
stateRep->soviet()->mutator(param, castExpr *netValPtr); \
} \
}
Definition: disEnums.h:2114
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:237
unsigned long ULong
These typedefs are provided for source compatibility.
Definition: rtiCompatibility.h:274
| #define DtDEFINE_SIMPLE_SOVIET_IFF_ATTR_DECODER |
( |
|
attrName, |
|
|
|
netType, |
|
|
|
inspector |
|
) |
| |
Value:
attrName, netType, inspector, (netType))
#define DtDEFINE_SIMPLE_SOVIET_IFF_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr)
Definition: sovietIffDecoder.h:24
| #define DtDEFINE_SIMPLE_SOVIET_IFF_ATTR_DECODER_WITH_CAST |
( |
|
attrName, |
|
|
|
netType, |
|
|
|
mutator, |
|
|
|
castExpr |
|
) |
| |
Value:
Instances of DtSovietStateRepository are used to store state data for IFFData.Soviet objects...
Definition: iffSovietStateRepository.h:29
Definition: sovietIffDecoder.h:54
#define DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST(decClass, stateRepClass, attrName, netType, mutator, castExpr)
Defines a "simple" attribute decoder.
Definition: hlaStateDecoder.h:291
| #define DtDEFINE_SIMPLE_SOVIET_IFF_ATTR_DECODER_WITH_CAST_AND_PARAM |
( |
|
attrName, |
|
|
|
netType, |
|
|
|
mutator, |
|
|
|
param, |
|
|
|
castExpr |
|
) |
| |
Value:
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
Definition: sovietIffDecoder.h:54
#define DtDEFINE_SIMPLE_SOVIET_ATTR_DECODER_WITH_CAST_AND_PARAM(decClass, stateRepClass, attrName, netType, mutator, param, castExpr)
Definition: sovietIffDecoder.h:30