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

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

Public Member Functions

 InsSolutionLlaRegister ()
 Creates a new InsSolutionLlaRegister with default initialization values. More...
 
 InsSolutionLlaRegister (double time, UInt16 week, UInt16 status, vec3f yawPitchRoll, vec3d position, vec3f nedVel, float attUncertainty, float posUncertainty, float velUncertainty)
 Creates a new InsSolutionLlaRegister with the provided values. More...
 

Public Attributes

double Time
 The Time field. More...
 
UInt16 Week
 The Week field. More...
 
UInt16 Status
 The Status field. More...
 
vec3f YawPitchRoll
 The YawPitchRoll field. More...
 
vec3d Position
 The Position field. More...
 
vec3f NedVel
 The NedVel field. More...
 
float AttUncertainty
 The AttUncertainty field. More...
 
float PosUncertainty
 The PosUncertainty field. More...
 
float VelUncertainty
 The VelUncertainty field. More...
 

Detailed Description

Class representing the INS Solution - LLA register.

Constructor & Destructor Documentation

VectorNav.Sensor.InsSolutionLlaRegister.InsSolutionLlaRegister ( )

Creates a new InsSolutionLlaRegister with default initialization values.

VectorNav.Sensor.InsSolutionLlaRegister.InsSolutionLlaRegister ( double  time,
UInt16  week,
UInt16  status,
vec3f  yawPitchRoll,
vec3d  position,
vec3f  nedVel,
float  attUncertainty,
float  posUncertainty,
float  velUncertainty 
)

Creates a new InsSolutionLlaRegister with the provided values.

Parameters
timeValue to initialize the Time field with.
weekValue to initialize the Week field with.
statusValue to initialize the Status field with.
yawPitchRollValue to initialize the YawPitchRoll field with.
positionValue to initialize the Position field with.
nedVelValue to initialize the NedVel field with.
attUncertaintyValue to initialize the AttUncertainty field with.
posUncertaintyValue to initialize the PosUncertainty field with.
velUncertaintyValue to initialize the VelUncertainty field with.

Member Data Documentation

float VectorNav.Sensor.InsSolutionLlaRegister.AttUncertainty

The AttUncertainty field.

vec3f VectorNav.Sensor.InsSolutionLlaRegister.NedVel

The NedVel field.

vec3d VectorNav.Sensor.InsSolutionLlaRegister.Position

The Position field.

float VectorNav.Sensor.InsSolutionLlaRegister.PosUncertainty

The PosUncertainty field.

UInt16 VectorNav.Sensor.InsSolutionLlaRegister.Status

The Status field.

double VectorNav.Sensor.InsSolutionLlaRegister.Time

The Time field.

float VectorNav.Sensor.InsSolutionLlaRegister.VelUncertainty

The VelUncertainty field.

UInt16 VectorNav.Sensor.InsSolutionLlaRegister.Week

The Week field.

vec3f VectorNav.Sensor.InsSolutionLlaRegister.YawPitchRoll

The YawPitchRoll field.


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