VR-Link API Documentation for HLA 1.3
List of all members | Public Member Functions | Protected Member Functions
DtJtidsVoiceLpc10RadioSignalDecoder Class Reference
+ Inheritance diagram for DtJtidsVoiceLpc10RadioSignalDecoder:
+ Collaboration diagram for DtJtidsVoiceLpc10RadioSignalDecoder:

Public Member Functions

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

Protected Member Functions

 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER (JTIDSheader)
 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER (Data)
- 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.
- Protected Member Functions inherited from DtInteractionDecoder
 DtInteractionDecoder (const DtInteractionDecoder &orig)
 copy constructor - not implemented.
DtInteractionDecoderoperator= (const DtInteractionDecoder &orig)
 assignment operator - not implemented.
virtual void decodeParameter (DtInteractionRep *inter, const RTI::ParameterHandleValuePairSet &pvList, int index)
 Process (decode) the specified parameter.

Additional Inherited Members

- Public Types inherited from DtInteractionDecoder
typedef void(* DtParameterDecoder )(DtInteractionRep *inter, const RTI::ParameterHandleValuePairSet &pvlist, int i)
 Parameter decoder function signature.
- 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.
- Protected Attributes inherited from DtInteractionDecoder
DtExerciseConnmyExConn
DtInterClassDescmyClassDesc
RTI::InteractionClassHandle myClassHandle
std::map< RTI::ParameterHandle,
DtParameterDecoder
myList
 myList is an array of classDesc->maxParamHandle() items.

Constructor & Destructor Documentation

DtJtidsVoiceLpc10RadioSignalDecoder::DtJtidsVoiceLpc10RadioSignalDecoder ( DtExerciseConn exConn,
DtInterClassDesc classDesc 
)

default constructor

virtual DtJtidsVoiceLpc10RadioSignalDecoder::~DtJtidsVoiceLpc10RadioSignalDecoder ( )
virtual

destructor

DtJtidsVoiceLpc10RadioSignalDecoder::DtJtidsVoiceLpc10RadioSignalDecoder ( const DtJtidsVoiceLpc10RadioSignalDecoder orig)

Member Function Documentation

DtJtidsVoiceLpc10RadioSignalDecoder::DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER ( JTIDSheader  )
protected
DtJtidsVoiceLpc10RadioSignalDecoder::DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER ( Data  )
protected
DtJtidsVoiceLpc10RadioSignalDecoder& DtJtidsVoiceLpc10RadioSignalDecoder::operator= ( const DtJtidsVoiceLpc10RadioSignalDecoder orig)

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

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)