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

Class representing the GPS Solution - ECEF register. More...

Public Member Functions

 GpsSolutionEcefRegister ()
 Creates a new GpsSolutionEcefRegister with default initialization values. More...
 
 GpsSolutionEcefRegister (double tow, UInt16 week, GpsFix gpsFix, byte numSats, vec3d position, vec3f velocity, vec3f posAcc, float speedAcc, float timeAcc)
 Creates a new GpsSolutionEcefRegister with the provided values. More...
 

Public Attributes

double Tow
 The Tow field. More...
 
UInt16 Week
 The Week field. More...
 
GpsFix GpsFix
 The GpsFix field. More...
 
byte NumSats
 The NumSats field. More...
 
vec3d Position
 The Position field. More...
 
vec3f Velocity
 The Velocity field. More...
 
vec3f PosAcc
 The PosAcc field. More...
 
float SpeedAcc
 The SpeedAcc field. More...
 
float TimeAcc
 The TimeAcc field. More...
 

Detailed Description

Class representing the GPS Solution - ECEF register.

Constructor & Destructor Documentation

VectorNav.Sensor.GpsSolutionEcefRegister.GpsSolutionEcefRegister ( )

Creates a new GpsSolutionEcefRegister with default initialization values.

VectorNav.Sensor.GpsSolutionEcefRegister.GpsSolutionEcefRegister ( double  tow,
UInt16  week,
GpsFix  gpsFix,
byte  numSats,
vec3d  position,
vec3f  velocity,
vec3f  posAcc,
float  speedAcc,
float  timeAcc 
)

Creates a new GpsSolutionEcefRegister with the provided values.

Parameters
towValue to initialize the Tow field with.
weekValue to initialize the Week field with.
gpsFixValue to initialize the GpsFix field with.
numSatsValue to initialize the NumSats field with.
positionValue to initialize the Position field with.
velocityValue to initialize the Velocity field with.
posAccValue to initialize the PosAcc field with.
speedAccValue to initialize the SpeedAcc field with.
timeAccValue to initialize the TimeAcc field with.

Member Data Documentation

GpsFix VectorNav.Sensor.GpsSolutionEcefRegister.GpsFix

The GpsFix field.

byte VectorNav.Sensor.GpsSolutionEcefRegister.NumSats

The NumSats field.

vec3f VectorNav.Sensor.GpsSolutionEcefRegister.PosAcc

The PosAcc field.

vec3d VectorNav.Sensor.GpsSolutionEcefRegister.Position

The Position field.

float VectorNav.Sensor.GpsSolutionEcefRegister.SpeedAcc

The SpeedAcc field.

float VectorNav.Sensor.GpsSolutionEcefRegister.TimeAcc

The TimeAcc field.

double VectorNav.Sensor.GpsSolutionEcefRegister.Tow

The Tow field.

vec3f VectorNav.Sensor.GpsSolutionEcefRegister.Velocity

The Velocity field.

UInt16 VectorNav.Sensor.GpsSolutionEcefRegister.Week

The Week field.


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