FreeWRL / FreeX3D 4.3.0
MinefieldQueryPdu Struct Reference

Data Fields

struct MinefieldFamilyPdu myMinefieldFamilyPdu
 
struct EntityID minefieldID
 Minefield ID.
 
struct EntityID requestingEntityID
 EID of entity making the request.
 
unsigned char requestID
 request ID
 
unsigned char numberOfPerimeterPoints
 Number of perimeter points for the minefield.
 
unsigned char pad2
 Padding.
 
unsigned char numberOfSensorTypes
 Number of sensor types.
 
unsigned int dataFilter
 data filter, 32 boolean fields
 
struct EntityType requestedMineType
 Entity type of mine being requested.
 
void * requestedPerimeterPoints
 perimeter points of request
 
void * sensorTypes
 Sensor types, each 16 bits long.
 

Detailed Description

Definition at line 2108 of file DIS.h.

Field Documentation

◆ dataFilter

unsigned int MinefieldQueryPdu::dataFilter

data filter, 32 boolean fields

Definition at line 2123 of file DIS.h.

◆ minefieldID

struct EntityID MinefieldQueryPdu::minefieldID

Minefield ID.

Definition at line 2111 of file DIS.h.

◆ myMinefieldFamilyPdu

struct MinefieldFamilyPdu MinefieldQueryPdu::myMinefieldFamilyPdu

Definition at line 2109 of file DIS.h.

◆ numberOfPerimeterPoints

unsigned char MinefieldQueryPdu::numberOfPerimeterPoints

Number of perimeter points for the minefield.

Definition at line 2117 of file DIS.h.

◆ numberOfSensorTypes

unsigned char MinefieldQueryPdu::numberOfSensorTypes

Number of sensor types.

Definition at line 2121 of file DIS.h.

◆ pad2

unsigned char MinefieldQueryPdu::pad2

Padding.

Definition at line 2119 of file DIS.h.

◆ requestedMineType

struct EntityType MinefieldQueryPdu::requestedMineType

Entity type of mine being requested.

Definition at line 2125 of file DIS.h.

◆ requestedPerimeterPoints

void* MinefieldQueryPdu::requestedPerimeterPoints

perimeter points of request

Definition at line 2127 of file DIS.h.

◆ requestID

unsigned char MinefieldQueryPdu::requestID

request ID

Definition at line 2115 of file DIS.h.

◆ requestingEntityID

struct EntityID MinefieldQueryPdu::requestingEntityID

EID of entity making the request.

Definition at line 2113 of file DIS.h.

◆ sensorTypes

void* MinefieldQueryPdu::sensorTypes

Sensor types, each 16 bits long.

Definition at line 2129 of file DIS.h.


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