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

Structure representing the GPS Configuration register. More...

#include <registers.h>

Public Member Functions

 GpsConfigurationRegister (protocol::uart::GpsMode modeIn, protocol::uart::PpsSource ppsSourceIn)
 Creates an initializes a new GpsConfigurationRegister structure. More...
 

Public Attributes

protocol::uart::GpsMode mode
 The mode field.
 
protocol::uart::PpsSource ppsSource
 The ppsSource field.
 

Detailed Description

Structure representing the GPS Configuration register.

Constructor & Destructor Documentation

vn::sensors::GpsConfigurationRegister::GpsConfigurationRegister ( protocol::uart::GpsMode  modeIn,
protocol::uart::PpsSource  ppsSourceIn 
)
inline

Creates an initializes a new GpsConfigurationRegister structure.

Parameters
[in]modeInValue to initialize the mode field with.
[in]ppsSourceInValue to initialize the ppsSource field with.

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