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

Class representing the GPS Compass Baseline register. More...

Public Member Functions

 GpsCompassBaselineRegister ()
 Creates a new GpsCompassBaselineRegister with default initialization values. More...
 
 GpsCompassBaselineRegister (vec3f position, vec3f uncertainty)
 Creates a new GpsCompassBaselineRegister with the provided values. More...
 

Public Attributes

vec3f Position
 The Position field. More...
 
vec3f Uncertainty
 The Uncertainty field. More...
 

Detailed Description

Class representing the GPS Compass Baseline register.

Constructor & Destructor Documentation

VectorNav.Sensor.GpsCompassBaselineRegister.GpsCompassBaselineRegister ( )

Creates a new GpsCompassBaselineRegister with default initialization values.

VectorNav.Sensor.GpsCompassBaselineRegister.GpsCompassBaselineRegister ( vec3f  position,
vec3f  uncertainty 
)

Creates a new GpsCompassBaselineRegister with the provided values.

Parameters
positionValue to initialize the Position field with.
uncertaintyValue to initialize the Uncertainty field with.

Member Data Documentation

vec3f VectorNav.Sensor.GpsCompassBaselineRegister.Position

The Position field.

vec3f VectorNav.Sensor.GpsCompassBaselineRegister.Uncertainty

The Uncertainty field.


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