Skip to content

DeadReckoningParameters

huggins edited this page May 3, 2023 · 5 revisions

Dead Reckoning Parameters

Contains information for performing dead reckoning in the DIS standard.

struct FDeadReckoningParameters

Back to Top


Members

Type Name Description
EDeadReckoningAlgorithm DeadReckoningAlgorithm The type of dead reackoning algorithm used by the entity (0 - 9).
FVector EntityAngularVelocity The entity's angular acceleration in radians per second about each of the entity's own coordinate axes. Positive acceleration is defined by the right hand rule.
FVector EntityLinearAcceleration The entity's linear acceleration in m/s^2 in either the World Coordinate System or the Entity's Coordinate System depending on the DeadReckoningAlgorithm field.
TArray<uint8> OtherParameters Field used to specify other dead reckoning parameters which are currently undefined.

Back to Top


Constructors

Name Description
FDeadReckoningParameters() Default constructor

Functions

Return Name Description
DIS::DeadReckoningParameter ToOpenDIS() Conversion to OpenDIS DeadReckoningParameter struct

Back to Top


Details

Dead Reckoning Algorithm

EDeadReckoningAlgorithm DeadReckoningAlgorithm

The type of dead reackoning algorithm used by the entity (0 - 9).

Category: GRILL DIS|Structs

Back to Top


Entity Angular Velocity

FVector EntityAngularVelocity

The entity's angular acceleration in radians per second about each of the entity's own coordinate axes. Positive acceleration is defined by the right hand rule.

Category: GRILL DIS|Structs

Back to Top


Entity Linear Acceleration

FVector EntityLinearAcceleration

The entity's linear acceleration in m/s^2 in either the World Coordinate System or the Entity's Coordinate System depending on the DeadReckoningAlgorithm field.

Category: GRILL DIS|Structs

Back to Top


Other Parameters

TArray<uint8> OtherParameters

Field used to specify other dead reckoning parameters which are currently undefined.

Category: GRILL DIS|Structs

Back to Top


FDeadReckoningParameters

FDeadReckoningParameters()

Default constructor

Back to Top


ToOpenDIS

DIS::DeadReckoningParameter ToOpenDIS() const

Conversion to OpenDIS DeadReckoningParameter struct.

Returns
The OpenDIS DeadReckoningParameter struct representation of this FDeadReckoningParameters.

Back to Top


Clone this wiki locally