This file provides a declaration of the class DtNatoIffTransponderEncoder.
More...
Go to the source code of this file.
|
| #define | DtDECLARE_NATO_IFF_XPONDER_ATTR_CHECKER(attrName) DtDECLARE_ATTR_CHECKER(DtIffStateRepository, attrName) |
| |
| #define | DtDECLARE_NATO_IFF_XPONDER_ATTR_ENCODER(attrName) DtDECLARE_ATTR_ENCODER(DtIffStateRepository, attrName) |
| |
| #define | DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_CHECKER(attrName, inspector) |
| |
| #define | DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_ENCODER(attrName, netType, inspector) |
| |
| #define | DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_CHECKER_WITH_PARAM(attrName, mutator, param) |
| |
| #define | DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_ENCODER_WITH_PARAM(attrName, netType, mutator, param) |
| |
| #define | DtDECLARE_NATO_IFF_MODE3C_XPONDER_ATTR_CHECKER(attrName) DtDECLARE_ATTR_CHECKER(DtIffStateRepository, attrName) |
| |
| #define | DtDECLARE_NATO_IFF_MODE3C_XPONDER_ATTR_ENCODER(attrName) DtDECLARE_ATTR_ENCODER(DtIffStateRepository, attrName) |
| |
| #define | DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_CHECKER(attrName, inspector) |
| |
| #define | DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_ENCODER(attrName, netType, inspector) |
| |
| #define | DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_CHECKER_WITH_PARAM(attrName, mutator, param) |
| |
| #define | DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_ENCODER_WITH_PARAM(attrName, netType, mutator, param) |
| |
| #define | DtDEFINE_SIMPLE_MODE3C_ATTR_ENCODER(encClass, stateRepClass, attrName, netType, inspector) |
| |
| #define | DtDEFINE_SIMPLE_MODE3C_ATTR_CHECKER(encClass, stateRepClass, attrName, inspector) |
| |
| #define | DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_XPONDER_ATTR_CHECKER(attrName, inspector) |
| |
| #define | DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_XPONDER_ATTR_ENCODER(attrName, netType, inspector) |
| |
| #define | DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_INTERROGATOR_ATTR_CHECKER(attrName, inspector) |
| |
| #define | DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_INTERROGATOR_ATTR_ENCODER(attrName, netType, inspector) |
| |
This file provides a declaration of the class DtNatoIffTransponderEncoder.
| #define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_INTERROGATOR_ATTR_CHECKER |
( |
|
attrName, |
|
|
|
inspector |
|
) |
| |
Value:
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
#define DtDEFINE_SIMPLE_ATTR_CHECKER(encClass, stateRepClass, attrName, inspector)
This macro is used to define simple attribute checker functions (members of a derived DtHlaStateEncod...
Definition: hlaStateEncoder.h:261
Definition: natoIffTransponderEncoder.h:220
| #define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_INTERROGATOR_ATTR_ENCODER |
( |
|
attrName, |
|
|
|
netType, |
|
|
|
inspector |
|
) |
| |
Value:
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
#define DtDEFINE_SIMPLE_ATTR_ENCODER(encClass, stateRepClass, attrName, netType, inspector)
These macros are used to define simple attribute encoder functions (members of a derived DtHlaStateEn...
Definition: hlaStateEncoder.h:235
Definition: natoIffTransponderEncoder.h:220
| #define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_XPONDER_ATTR_CHECKER |
( |
|
attrName, |
|
|
|
inspector |
|
) |
| |
Value:
Definition: natoIffTransponderEncoder.h:175
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
#define DtDEFINE_SIMPLE_ATTR_CHECKER(encClass, stateRepClass, attrName, inspector)
This macro is used to define simple attribute checker functions (members of a derived DtHlaStateEncod...
Definition: hlaStateEncoder.h:261
| #define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_XPONDER_ATTR_ENCODER |
( |
|
attrName, |
|
|
|
netType, |
|
|
|
inspector |
|
) |
| |
Value:
Definition: natoIffTransponderEncoder.h:175
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
#define DtDEFINE_SIMPLE_ATTR_ENCODER(encClass, stateRepClass, attrName, netType, inspector)
These macros are used to define simple attribute encoder functions (members of a derived DtHlaStateEn...
Definition: hlaStateEncoder.h:235
| #define DtDEFINE_SIMPLE_MODE3C_ATTR_CHECKER |
( |
|
encClass, |
|
|
|
stateRepClass, |
|
|
|
attrName, |
|
|
|
inspector |
|
) |
| |
Value:bool encClass::need##
attrName(
const stateRepClass& stateRep, \
const stateRepClass& asSeenByRemote) \
{ \
return (bool) (stateRep.mode3C() && asSeenByRemote.mode3C() && !(stateRep.mode3C()->inspector() == \
asSeenByRemote.mode3C()->inspector())); \
}
| #define DtDEFINE_SIMPLE_MODE3C_ATTR_ENCODER |
( |
|
encClass, |
|
|
|
stateRepClass, |
|
|
|
attrName, |
|
|
|
netType, |
|
|
|
inspector |
|
) |
| |
Value:void encClass::encode##
attrName(
const stateRepClass& rep, \
RTI::AttributeHandle attrHandle) \
{ \
if (rep.mode3C()) { \
netType netVal; \
netVal = rep.mode3C()->inspector(); \
attrs->add(attrHandle, (char*) &netVal, sizeof(netType)); \
} \
}
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:154
| #define DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_CHECKER |
( |
|
attrName, |
|
|
|
inspector |
|
) |
| |
Value:
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
Mode C Specific Attribute Encoder Macros.
Definition: natoIffTransponderEncoder.h:102
#define DtDEFINE_SIMPLE_MODE3C_ATTR_CHECKER(encClass, stateRepClass, attrName, inspector)
Definition: natoIffTransponderEncoder.h:90
| #define DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_CHECKER_WITH_PARAM |
( |
|
attrName, |
|
|
|
mutator, |
|
|
|
param |
|
) |
| |
Value:
Mode C Specific Attribute Encoder Macros.
Definition: natoIffTransponderEncoder.h:102
#define DtDEFINE_SIMPLE_IFF_ATTR_CHECKER_WITH_PARAM(encClass, attrName, inspector, param)
Definition: iffEncoder.h:62
Instances of DtMode3CStateRepository are used to store state data for IFFData.ModeC objects...
Definition: iffMode3CStateRepository.h:28
| #define DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_ENCODER |
( |
|
attrName, |
|
|
|
netType, |
|
|
|
inspector |
|
) |
| |
Value:
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
Mode C Specific Attribute Encoder Macros.
Definition: natoIffTransponderEncoder.h:102
#define DtDEFINE_SIMPLE_MODE3C_ATTR_ENCODER(encClass, stateRepClass, attrName, netType, inspector)
Definition: natoIffTransponderEncoder.h:76
| #define DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_ENCODER_WITH_PARAM |
( |
|
attrName, |
|
|
|
netType, |
|
|
|
mutator, |
|
|
|
param |
|
) |
| |
Value:
#define DtDEFINE_SIMPLE_IFF_ATTR_ENCODER_WITH_PARAM(encClass, attrName, netType, inspector, param)
Definition: iffEncoder.h:57
Mode C Specific Attribute Encoder Macros.
Definition: natoIffTransponderEncoder.h:102
| #define DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_CHECKER |
( |
|
attrName, |
|
|
|
inspector |
|
) |
| |
Value:
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
Mode C Specific Attribute Encoder Macros.
Definition: natoIffTransponderEncoder.h:102
#define DtDEFINE_SIMPLE_ATTR_CHECKER(encClass, stateRepClass, attrName, inspector)
This macro is used to define simple attribute checker functions (members of a derived DtHlaStateEncod...
Definition: hlaStateEncoder.h:261
| #define DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_CHECKER_WITH_PARAM |
( |
|
attrName, |
|
|
|
mutator, |
|
|
|
param |
|
) |
| |
Value:
Mode C Specific Attribute Encoder Macros.
Definition: natoIffTransponderEncoder.h:102
#define DtDEFINE_SIMPLE_IFF_ATTR_CHECKER_WITH_PARAM(encClass, attrName, inspector, param)
Definition: iffEncoder.h:62
| #define DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_ENCODER |
( |
|
attrName, |
|
|
|
netType, |
|
|
|
inspector |
|
) |
| |
Value:
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
Mode C Specific Attribute Encoder Macros.
Definition: natoIffTransponderEncoder.h:102
#define DtDEFINE_SIMPLE_ATTR_ENCODER(encClass, stateRepClass, attrName, netType, inspector)
These macros are used to define simple attribute encoder functions (members of a derived DtHlaStateEn...
Definition: hlaStateEncoder.h:235
| #define DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_ENCODER_WITH_PARAM |
( |
|
attrName, |
|
|
|
netType, |
|
|
|
mutator, |
|
|
|
param |
|
) |
| |
Value:
#define DtDEFINE_SIMPLE_IFF_ATTR_ENCODER_WITH_PARAM(encClass, attrName, netType, inspector, param)
Definition: iffEncoder.h:57
Mode C Specific Attribute Encoder Macros.
Definition: natoIffTransponderEncoder.h:102