FreeWRL / FreeX3D 4.3.0
DataQueryPdu Struct Reference

Data Fields

struct SimulationManagementFamilyPdu mySimulationManagementFamilyPdu
 
unsigned int requestID
 ID of request.
 
unsigned int timeInterval
 time issues between issues of Data PDUs.
 
unsigned int numberOfFixedDatumRecords
 Number of fixed datum records.
 
unsigned int numberOfVariableDatumRecords
 Number of variable datum records.
 
void * fixedDatums
 variable length list of fixed datums
 
void * variableDatums
 variable length list of variable length datums
 

Detailed Description

Definition at line 815 of file DIS.h.

Field Documentation

◆ fixedDatums

void* DataQueryPdu::fixedDatums

variable length list of fixed datums

Definition at line 826 of file DIS.h.

◆ mySimulationManagementFamilyPdu

struct SimulationManagementFamilyPdu DataQueryPdu::mySimulationManagementFamilyPdu

Definition at line 816 of file DIS.h.

◆ numberOfFixedDatumRecords

unsigned int DataQueryPdu::numberOfFixedDatumRecords

Number of fixed datum records.

Definition at line 822 of file DIS.h.

◆ numberOfVariableDatumRecords

unsigned int DataQueryPdu::numberOfVariableDatumRecords

Number of variable datum records.

Definition at line 824 of file DIS.h.

◆ requestID

unsigned int DataQueryPdu::requestID

ID of request.

Definition at line 818 of file DIS.h.

◆ timeInterval

unsigned int DataQueryPdu::timeInterval

time issues between issues of Data PDUs.

Zero means send once only.

Definition at line 820 of file DIS.h.

◆ variableDatums

void* DataQueryPdu::variableDatums

variable length list of variable length datums

Definition at line 828 of file DIS.h.


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