VectorNav C++ Library
Public Member Functions | Public Attributes | List of all members
vn::sensors::GpsCompassBaselineRegister Struct Reference

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

#include <registers.h>

Public Member Functions

 GpsCompassBaselineRegister (vn::math::vec3f positionIn, vn::math::vec3f uncertaintyIn)
 Creates an initializes a new GpsCompassBaselineRegister structure. More...
 

Public Attributes

vn::math::vec3f position
 The position field.
 
vn::math::vec3f uncertainty
 The uncertainty field.
 

Detailed Description

Structure representing the GPS Compass Baseline register.

Constructor & Destructor Documentation

vn::sensors::GpsCompassBaselineRegister::GpsCompassBaselineRegister ( vn::math::vec3f  positionIn,
vn::math::vec3f  uncertaintyIn 
)
inline

Creates an initializes a new GpsCompassBaselineRegister structure.

Parameters
[in]positionInValue to initialize the position field with.
[in]uncertaintyInValue to initialize the uncertainty field with.

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