![]() |
VectorNav .NET Library
|
Class representing the GPS Configuration register. More...
Public Member Functions | |
| GpsConfigurationRegister () | |
| Creates a new GpsConfigurationRegister with default initialization values. More... | |
| GpsConfigurationRegister (GpsMode mode, PpsSource ppsSource) | |
| Creates a new GpsConfigurationRegister with the provided values. More... | |
Public Attributes | |
| GpsMode | Mode |
| The Mode field. More... | |
| PpsSource | PpsSource |
| The PpsSource field. More... | |
Class representing the GPS Configuration register.
| VectorNav.Sensor.GpsConfigurationRegister.GpsConfigurationRegister | ( | ) |
Creates a new GpsConfigurationRegister with default initialization values.
| VectorNav.Sensor.GpsConfigurationRegister.GpsConfigurationRegister | ( | GpsMode | mode, |
| PpsSource | ppsSource | ||
| ) |
Creates a new GpsConfigurationRegister with the provided values.
| mode | Value to initialize the Mode field with. |
| ppsSource | Value to initialize the PpsSource field with. |
| GpsMode VectorNav.Sensor.GpsConfigurationRegister.Mode |
The Mode field.
| PpsSource VectorNav.Sensor.GpsConfigurationRegister.PpsSource |
The PpsSource field.
1.8.10