![]() |
VectorNav C++ Library
|
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. | |
Structure representing the GPS Configuration register.
|
inline |
Creates an initializes a new GpsConfigurationRegister structure.
[in] | modeIn | Value to initialize the mode field with. |
[in] | ppsSourceIn | Value to initialize the ppsSource field with. |