VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions
DtVmfRadioSignalDecoder Class Reference
+ Inheritance diagram for DtVmfRadioSignalDecoder:
+ Collaboration diagram for DtVmfRadioSignalDecoder:

Public Member Functions

 DtVmfRadioSignalDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 default constructor More...
 
virtual ~DtVmfRadioSignalDecoder ()
 destructor More...
 
 DtVmfRadioSignalDecoder (const DtVmfRadioSignalDecoder &orig)
 
DtVmfRadioSignalDecoderoperator= (const DtVmfRadioSignalDecoder &orig)
 
- Public Member Functions inherited from DtL16RadioSignalDecoder
 DtL16RadioSignalDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 default constructor More...
 
virtual ~DtL16RadioSignalDecoder ()
 destructor More...
 
 DtL16RadioSignalDecoder (const DtL16RadioSignalDecoder &orig)
 copy constructor More...
 
DtL16RadioSignalDecoderoperator= (const DtL16RadioSignalDecoder &orig)
 assignment operator More...
 
- Public Member Functions inherited from DtRawBinaryRadioSignalDecoder
 DtRawBinaryRadioSignalDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 default constructor More...
 
virtual ~DtRawBinaryRadioSignalDecoder ()
 destructor More...
 
 DtRawBinaryRadioSignalDecoder (const DtRawBinaryRadioSignalDecoder &orig)
 copy constructor More...
 
DtRawBinaryRadioSignalDecoderoperator= (const DtRawBinaryRadioSignalDecoder &orig)
 assignment operator More...
 
- Public Member Functions inherited from DtInteractionDecoder
 DtInteractionDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 constructor More...
 
virtual ~DtInteractionDecoder ()
 destructor More...
 
DtParameterDecoder addDecoder (RTI::ParameterHandle handle, DtParameterDecoder proc)
 Add/Remove a decoding function for the parameter specified by handle. More...
 
DtParameterDecoder addDecoder (char *name, DtParameterDecoder proc)
 Add/Remove a decoding function for the parameter specified by name. More...
 
virtual DtParameterDecoder decoder (RTI::ParameterHandle handle) const
 Get the parameter decoder for the specified handle. More...
 
virtual void decode (DtInteractionRep *interaction, const RTI::ParameterHandleValuePairSet &pvList)
 Decode the interaction. More...
 
virtual RTI::InteractionClassHandle interactionClassHandle ()
 Get the interaction's class handle. More...
 
virtual DtInteractionDecoderclone () const
 Returns a new-ed clone of this object. More...
 
virtual DtInteractionDecoderclone (DtInterClassDesc *interDesc) const
 Returns a new-ed clone of this object which corresponds to the inter description interDesc. More...
 

Protected Member Functions

 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER (JTIDSHeader)
 
 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER (TADILJMessage)
 
- Protected Member Functions inherited from DtL16RadioSignalDecoder
 DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_DECODER (NPGNumber)
 
 DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_DECODER (NetNumber)
 
 DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_DECODER (MSEC_CVLL)
 
 DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_DECODER (TSEC_CVLL)
 
 DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_DECODER (TimeSlotID)
 
 DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_DECODER (PerceivedTransmitTime)
 
- Protected Member Functions inherited from DtRawBinaryRadioSignalDecoder
 DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER (HostRadioIndex)
 
 DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER (DataRate)
 
 DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER (SignalDataLength)
 
 DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER (SignalData)
 
 DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER (TacticalDataLinkType)
 
 DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER (TDLMessageCount)
 
 DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER (HostRadioID)
 RPR FOM <= 0.8 compatibility. More...
 
- Protected Member Functions inherited from DtInteractionDecoder
 DtInteractionDecoder (const DtInteractionDecoder &orig)
 copy constructor - not implemented. More...
 
DtInteractionDecoderoperator= (const DtInteractionDecoder &orig)
 assignment operator - not implemented. More...
 
virtual void decodeParameter (DtInteractionRep *inter, const RTI::ParameterHandleValuePairSet &pvList, int index)
 Process (decode) the specified parameter. More...
 

Additional Inherited Members

- Public Types inherited from DtInteractionDecoder
typedef void(* DtParameterDecoder )(DtInteractionRep *inter, const RTI::ParameterHandleValuePairSet &pvlist, int i)
 Parameter decoder function signature. More...
 
- Static Public Member Functions inherited from DtInteractionDecoder
static char * decodingBuffer (int length)
 Returns a pointer to a buffer that can be used to copy data obtained from a phvps. More...
 
static char * parameterData (const RTI::ParameterHandleValuePairSet &pvList, int index, RTI::ULong &length)
 Returns a pointer to a buffer containing the parameter data. More...
 
static char * parameterData (const RTI::ParameterHandleValuePairSet &pvList, int index, RTI::ULong &length, unsigned int expectedDataSize, char *paramName)
 Gets the parameter data and checks the expected size. More...
 
static DtNetEventIdeventIdParameterData (const RTI::ParameterHandleValuePairSet &params, int index)
 Get the parameter data as a DtNetEventId (adds defensive null terminator) Returns a pointer to the parameter data. More...
 
static void decodeGenericParameter (DtInteractionWithEncDec *inter, const RTI::ParameterHandleValuePairSet &pvlist, int i)
 Generic decoder class. More...
 
- Static Public Attributes inherited from DtInteractionDecoder
static bool theUseGetValuePointer
 
- Static Protected Member Functions inherited from DtL16RadioSignalDecoder
static int decodeJTIDSheaderStruct (DtJtidsHeaderStruct &hdrStruct, const RTI::ParameterHandleValuePairSet &params, int index)
 
static int decodeDataBuffer (std::vector< DtU8 > &data, const RTI::ParameterHandleValuePairSet &params, int index)
 
- Protected Attributes inherited from DtInteractionDecoder
DtExerciseConnmyExConn
 
DtInterClassDescmyClassDesc
 
RTI::InteractionClassHandle myClassHandle
 
std::map< RTI::ParameterHandle,
DtParameterDecoder
myList
 myList is an array of classDesc->maxParamHandle() items. More...
 

Constructor & Destructor Documentation

DtVmfRadioSignalDecoder::DtVmfRadioSignalDecoder ( DtExerciseConn exConn,
DtInterClassDesc classDesc 
)

default constructor

virtual DtVmfRadioSignalDecoder::~DtVmfRadioSignalDecoder ( )
virtual

destructor

DtVmfRadioSignalDecoder::DtVmfRadioSignalDecoder ( const DtVmfRadioSignalDecoder orig)

Member Function Documentation

DtVmfRadioSignalDecoder::DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER ( JTIDSHeader  )
protected
DtVmfRadioSignalDecoder::DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER ( TADILJMessage  )
protected
DtVmfRadioSignalDecoder& DtVmfRadioSignalDecoder::operator= ( const DtVmfRadioSignalDecoder orig)

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)