FreeWRL / FreeX3D 4.3.0
ActionRequestPdu Struct Reference

Data Fields

struct SimulationManagementFamilyPdu mySimulationManagementFamilyPdu
 
unsigned int requestID
 Request ID that is unique.
 
unsigned int actionID
 identifies the action being requested
 
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 1019 of file DIS.h.

Field Documentation

◆ actionID

unsigned int ActionRequestPdu::actionID

identifies the action being requested

Definition at line 1024 of file DIS.h.

◆ fixedDatums

void* ActionRequestPdu::fixedDatums

variable length list of fixed datums

Definition at line 1030 of file DIS.h.

◆ mySimulationManagementFamilyPdu

struct SimulationManagementFamilyPdu ActionRequestPdu::mySimulationManagementFamilyPdu

Definition at line 1020 of file DIS.h.

◆ numberOfFixedDatumRecords

unsigned int ActionRequestPdu::numberOfFixedDatumRecords

Number of fixed datum records.

Definition at line 1026 of file DIS.h.

◆ numberOfVariableDatumRecords

unsigned int ActionRequestPdu::numberOfVariableDatumRecords

Number of variable datum records.

Definition at line 1028 of file DIS.h.

◆ requestID

unsigned int ActionRequestPdu::requestID

Request ID that is unique.

Definition at line 1022 of file DIS.h.

◆ variableDatums

void* ActionRequestPdu::variableDatums

variable length list of variable length datums

Definition at line 1032 of file DIS.h.


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