VectorNav .NET Library
Public Member Functions | Public Attributes | List of all members
VectorNav.Sensor.InsStateLlaRegister Class Reference

Class representing the INS State - LLA register. More...

Public Member Functions

 InsStateLlaRegister ()
 Creates a new InsStateLlaRegister with default initialization values. More...
 
 InsStateLlaRegister (vec3f yawPitchRoll, vec3d position, vec3f velocity, vec3f accel, vec3f angularRate)
 Creates a new InsStateLlaRegister with the provided values. More...
 

Public Attributes

vec3f YawPitchRoll
 The YawPitchRoll field. More...
 
vec3d Position
 The Position field. More...
 
vec3f Velocity
 The Velocity field. More...
 
vec3f Accel
 The Accel field. More...
 
vec3f AngularRate
 The AngularRate field. More...
 

Detailed Description

Class representing the INS State - LLA register.

Constructor & Destructor Documentation

VectorNav.Sensor.InsStateLlaRegister.InsStateLlaRegister ( )

Creates a new InsStateLlaRegister with default initialization values.

VectorNav.Sensor.InsStateLlaRegister.InsStateLlaRegister ( vec3f  yawPitchRoll,
vec3d  position,
vec3f  velocity,
vec3f  accel,
vec3f  angularRate 
)

Creates a new InsStateLlaRegister with the provided values.

Parameters
yawPitchRollValue to initialize the YawPitchRoll field with.
positionValue to initialize the Position field with.
velocityValue to initialize the Velocity field with.
accelValue to initialize the Accel field with.
angularRateValue to initialize the AngularRate field with.

Member Data Documentation

vec3f VectorNav.Sensor.InsStateLlaRegister.Accel

The Accel field.

vec3f VectorNav.Sensor.InsStateLlaRegister.AngularRate

The AngularRate field.

vec3d VectorNav.Sensor.InsStateLlaRegister.Position

The Position field.

vec3f VectorNav.Sensor.InsStateLlaRegister.Velocity

The Velocity field.

vec3f VectorNav.Sensor.InsStateLlaRegister.YawPitchRoll

The YawPitchRoll field.


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