class DtFireDecoder:
More...
|
| typedef void(* | DtParameterDecoder )(DtInteractionRep *inter, const RTI::ParameterHandleValuePairSet &pvlist, int i) |
| | Parameter decoder function signature. More...
|
| |
| 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 DtNetEventId * | eventIdParameterData (const RTI::ParameterHandleValuePairSet ¶ms, 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 bool | theUseGetValuePointer |
| |
| DtExerciseConn * | myExConn |
| |
| DtInterClassDesc * | myClassDesc |
| |
| RTI::InteractionClassHandle | myClassHandle |
| |
std::map< RTI::ParameterHandle,
DtParameterDecoder > | myList |
| | myList is an array of classDesc->maxParamHandle() items. More...
|
| |
class DtFireDecoder:
Instances of DtFireDecoder are used to decode Fire Interactions from the network.
| virtual DtFireDecoder::~DtFireDecoder |
( |
| ) |
|
|
virtual |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
EventIdentifier |
| ) |
|
|
protected |
Individual parameter decoders.
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
FireControlSolutionRange |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
FireMissionIndex |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
FiringLocation |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
FiringObjectIdentifier |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
FuseType |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
InitialVelocityVector |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
MunitionObjectIdentifier |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
MunitionType |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
QuantityFired |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
RateOfFire |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
TargetObjectIdentifier |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
WarheadType |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
EventID |
| ) |
|
|
protected |
RPR FOM <= 0.8 compatibility.
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
FiringObjectID |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
MunitionObjectID |
| ) |
|
|
protected |
| DtFireDecoder::DtDECLARE_FIRE_PARAM_DECODER |
( |
TargetObjectID |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: