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
DtVmfRadioSignalEncoder Class Reference
+ Inheritance diagram for DtVmfRadioSignalEncoder:
+ Collaboration diagram for DtVmfRadioSignalEncoder:

Public Member Functions

 DtVmfRadioSignalEncoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 default constructor More...
 
virtual ~DtVmfRadioSignalEncoder ()
 destructor More...
 
 DtVmfRadioSignalEncoder (const DtVmfRadioSignalEncoder &orig)
 
DtVmfRadioSignalEncoderoperator= (const DtVmfRadioSignalEncoder &orig)
 
- Public Member Functions inherited from DtL16RadioSignalEncoder
 DtL16RadioSignalEncoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 default constructor More...
 
virtual ~DtL16RadioSignalEncoder ()
 destructor More...
 
 DtL16RadioSignalEncoder (const DtL16RadioSignalEncoder &orig)
 copy constructor More...
 
DtL16RadioSignalEncoderoperator= (const DtL16RadioSignalEncoder &orig)
 assignment operator More...
 
- Public Member Functions inherited from DtRawBinaryRadioSignalEncoder
 DtRawBinaryRadioSignalEncoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 default constructor More...
 
virtual ~DtRawBinaryRadioSignalEncoder ()
 destructor More...
 
 DtRawBinaryRadioSignalEncoder (const DtRawBinaryRadioSignalEncoder &orig)
 copy constructor More...
 
DtRawBinaryRadioSignalEncoderoperator= (const DtRawBinaryRadioSignalEncoder &orig)
 assignment operator More...
 
- Public Member Functions inherited from DtInteractionEncoder
 DtInteractionEncoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 constructor More...
 
virtual ~DtInteractionEncoder ()
 destructor More...
 
 DtInteractionEncoder (const DtInteractionEncoder &orig)
 copy constructor More...
 
DtInteractionEncoderoperator= (const DtInteractionEncoder &orig)
 assignment operator More...
 
virtual DtParameterEncoder addEncoder (RTI::ParameterHandle hand, DtParameterEncoder func)
 Add a parameter encoder function by parameter handle. More...
 
virtual DtParameterEncoder addEncoder (char *name, DtParameterEncoder proc)
 Add a parameter encoder function by parameter name. More...
 
virtual DtParameterEncoder encoder (RTI::ParameterHandle hand)
 Get the parameter encoder for the specified handle. More...
 
virtual void encode (const DtInteractionRep &inter, RTI::ParameterHandleValuePairSet *pvList)
 Encode necessary values from the protocol-independent interaction. More...
 
virtual RTI::InteractionClassHandle interClassHandle ()
 Get the object's class handle. More...
 
virtual DtInteractionEncoderclone () const
 Returns a new-ed clone of this object. More...
 
virtual DtInteractionEncoderclone (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_ENCODER (JTIDSHeader)
 
 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER (TADILJMessage)
 
- Protected Member Functions inherited from DtL16RadioSignalEncoder
 DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER (NPGNumber)
 
 DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER (NetNumber)
 
 DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER (MSEC_CVLL)
 
 DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER (TSEC_CVLL)
 
 DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER (TimeSlotID)
 
 DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER (PerceivedTransmitTime)
 
- Protected Member Functions inherited from DtRawBinaryRadioSignalEncoder
 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER (HostRadioIndex)
 
 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER (DataRate)
 
 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER (SignalDataLength)
 
 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER (SignalData)
 
 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER (TacticalDataLinkType)
 
 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER (TDLMessageCount)
 
 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER (HostRadioID)
 RPR FOM <= 0.8 compatibility. More...
 

Additional Inherited Members

- Public Types inherited from DtInteractionEncoder
typedef void(* DtParameterEncoder )(const DtInteractionRep &inter, RTI::ParameterHandleValuePairSet *avlist, RTI::ParameterHandle handle)
 Attribute encoding function declaration. More...
 
- Static Public Member Functions inherited from DtInteractionEncoder
static void encodeGenericParameter (const DtInteractionWithEncDec &inter, RTI::ParameterHandleValuePairSet *avlist, RTI::ParameterHandle handle)
 
- Protected Attributes inherited from DtInteractionEncoder
DtExerciseConnmyExConn
 
DtInterClassDescmyClassDesc
 
DtVrlRtiAmbassadormyRtiAmb
 
RTI::InteractionClassHandle myHandle
 
std::map< RTI::ParameterHandle,
DtParameterEncoder
myList
 myList is an array of classDesc->maxParamHandle() items. More...
 

Constructor & Destructor Documentation

DtVmfRadioSignalEncoder::DtVmfRadioSignalEncoder ( DtExerciseConn exConn,
DtInterClassDesc classDesc 
)

default constructor

virtual DtVmfRadioSignalEncoder::~DtVmfRadioSignalEncoder ( )
virtual

destructor

DtVmfRadioSignalEncoder::DtVmfRadioSignalEncoder ( const DtVmfRadioSignalEncoder orig)

Member Function Documentation

DtVmfRadioSignalEncoder::DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER ( JTIDSHeader  )
protected
DtVmfRadioSignalEncoder::DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER ( TADILJMessage  )
protected
DtVmfRadioSignalEncoder& DtVmfRadioSignalEncoder::operator= ( const DtVmfRadioSignalEncoder orig)

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

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)