VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros
natoIffTransponderDecoder.h File Reference

This file provides a declaration of the class DtNatoIffTransponderDecoder. More...

Go to the source code of this file.

Classes

class  DtNatoIffTransponderDecoder
 Mode C Specific Attribute Decoder Macros. More...
 
class  DtMAKRPR3_NatoIffTransponderDecoder
 
class  DtMAKRPR3_NatoIffInterrogatorDecoder
 

Macros

#define DtDECLARE_NATO_IFF_XPONDER_ATTR_DECODER(attrName)   DtDECLARE_ATTR_DECODER(DtIffStateRepository, attrName)
 
#define DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_DECODER(attrName, netType, inspector)
 
#define DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr)
 
#define DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_DECODER_WITH_CAST_AND_PARAM(attrName, netType, mutator, param, castExpr)
 
#define DtDECLARE_NATO_IFF_MODE3C_XPONDER_ATTR_DECODER(attrName)   DtDECLARE_ATTR_DECODER(DtIffStateRepository, attrName)
 
#define DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_DECODER(attrName, netType, inspector)
 
#define DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr)
 
#define DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_DECODER_WITH_CAST_AND_PARAM(attrName, netType, mutator, param, castExpr)
 
#define DtDEFINE_SIMPLE_MODE3C_ATTR_DECODER_WITH_CAST(decClass, stateRepClass, attrName, netType, mutator, castExpr)
 
#define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_XPONDER_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr)
 
#define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_XPONDER_ATTR_DECODER(attrName, netType, inspector)
 
#define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_INTERROGATOR_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr)
 
#define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_INTERROGATOR_ATTR_DECODER(attrName, netType, inspector)
 

Detailed Description

This file provides a declaration of the class DtNatoIffTransponderDecoder.

Macro Definition Documentation

#define DtDECLARE_NATO_IFF_MODE3C_XPONDER_ATTR_DECODER (   attrName)    DtDECLARE_ATTR_DECODER(DtIffStateRepository, attrName)
#define DtDECLARE_NATO_IFF_XPONDER_ATTR_DECODER (   attrName)    DtDECLARE_ATTR_DECODER(DtIffStateRepository, attrName)
#define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_INTERROGATOR_ATTR_DECODER (   attrName,
  netType,
  inspector 
)
Value:
attrName, netType, inspector, (netType))
#define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_INTERROGATOR_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr)
Definition: natoIffTransponderDecoder.h:173
static const xmlChar * attrName
Definition: xmlFedTags.h:117
#define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_INTERROGATOR_ATTR_DECODER_WITH_CAST (   attrName,
  netType,
  mutator,
  castExpr 
)
Value:
attrName, netType, mutator, castExpr)
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
Definition: natoIffTransponderDecoder.h:184
static const xmlChar * attrName
Definition: xmlFedTags.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_MAKRPR3_NATO_IFF_XPONDER_ATTR_DECODER (   attrName,
  netType,
  inspector 
)
Value:
attrName, netType, inspector, (netType))
#define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_XPONDER_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr)
Definition: natoIffTransponderDecoder.h:129
static const xmlChar * attrName
Definition: xmlFedTags.h:117
#define DtDEFINE_SIMPLE_MAKRPR3_NATO_IFF_XPONDER_ATTR_DECODER_WITH_CAST (   attrName,
  netType,
  mutator,
  castExpr 
)
Value:
attrName, netType, mutator, castExpr)
Definition: natoIffTransponderDecoder.h:140
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
static const xmlChar * attrName
Definition: xmlFedTags.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_MODE3C_ATTR_DECODER_WITH_CAST (   decClass,
  stateRepClass,
  attrName,
  netType,
  mutator,
  castExpr 
)
Value:
void decClass::decode##attrName( \
stateRepClass* stateRep, \
const RTI::AttributeHandleValuePairSet& attrs, \
int index) \
{ \
if (stateRep->mode3C()) { \
RTI::ULong length = 0; \
netType* netValPtr = (netType*)attributeData(attrs, index, length, sizeof(netType), #attrName); \
if (netValPtr) \
{ \
stateRep->mode3C()->mutator(castExpr *netValPtr); \
} \
} \
}
static const xmlChar * attrName
Definition: xmlFedTags.h:117
#define DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_DECODER (   attrName,
  netType,
  inspector 
)
Value:
attrName, netType, inspector, (netType))
#define DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr)
Definition: natoIffTransponderDecoder.h:49
static const xmlChar * attrName
Definition: xmlFedTags.h:117
#define DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_DECODER_WITH_CAST (   attrName,
  netType,
  mutator,
  castExpr 
)
Value:
attrName, netType, mutator, castExpr)
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
Mode C Specific Attribute Decoder Macros.
Definition: natoIffTransponderDecoder.h:80
static const xmlChar * attrName
Definition: xmlFedTags.h:117
#define DtDEFINE_SIMPLE_MODE3C_ATTR_DECODER_WITH_CAST(decClass, stateRepClass, attrName, netType, mutator, castExpr)
Definition: natoIffTransponderDecoder.h:60
#define DtDEFINE_SIMPLE_NATO_IFF_MODE3C_XPONDER_ATTR_DECODER_WITH_CAST_AND_PARAM (   attrName,
  netType,
  mutator,
  param,
  castExpr 
)
Value:
DtNatoIffTransponderDecoder, attrName, netType, mutator, param, castExpr)
Mode C Specific Attribute Decoder Macros.
Definition: natoIffTransponderDecoder.h:80
static const xmlChar * attrName
Definition: xmlFedTags.h:117
#define DtDEFINE_SIMPLE_IFF_ATTR_DECODER_WITH_CAST_AND_PARAM(decClass, attrName, netType, mutator, param, castExpr)
Definition: iffDecoder.h:56
#define DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_DECODER (   attrName,
  netType,
  inspector 
)
Value:
attrName, netType, inspector, (netType))
#define DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr)
Definition: natoIffTransponderDecoder.h:25
static const xmlChar * attrName
Definition: xmlFedTags.h:117
#define DtDEFINE_SIMPLE_NATO_IFF_XPONDER_ATTR_DECODER_WITH_CAST (   attrName,
  netType,
  mutator,
  castExpr 
)
Value:
attrName, netType, mutator, castExpr)
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
Mode C Specific Attribute Decoder Macros.
Definition: natoIffTransponderDecoder.h:80
static const xmlChar * attrName
Definition: xmlFedTags.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_NATO_IFF_XPONDER_ATTR_DECODER_WITH_CAST_AND_PARAM (   attrName,
  netType,
  mutator,
  param,
  castExpr 
)
Value:
DtNatoIffTransponderDecoder, attrName, netType, mutator, param, castExpr)
Mode C Specific Attribute Decoder Macros.
Definition: natoIffTransponderDecoder.h:80
static const xmlChar * attrName
Definition: xmlFedTags.h:117
#define DtDEFINE_SIMPLE_IFF_ATTR_DECODER_WITH_CAST_AND_PARAM(decClass, attrName, netType, mutator, param, castExpr)
Definition: iffDecoder.h:56

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)