![]() |
VectorNav .NET Library
|
Class representing the Synchronization Status register. More...
Public Member Functions | |
| SynchronizationStatusRegister () | |
| Creates a new SynchronizationStatusRegister with default initialization values. More... | |
| SynchronizationStatusRegister (UInt32 syncInCount, UInt32 syncInTime, UInt32 syncOutCount) | |
| Creates a new SynchronizationStatusRegister with the provided values. More... | |
Public Attributes | |
| UInt32 | SyncInCount |
| The SyncInCount field. More... | |
| UInt32 | SyncInTime |
| The SyncInTime field. More... | |
| UInt32 | SyncOutCount |
| The SyncOutCount field. More... | |
Class representing the Synchronization Status register.
| VectorNav.Sensor.SynchronizationStatusRegister.SynchronizationStatusRegister | ( | ) |
Creates a new SynchronizationStatusRegister with default initialization values.
| VectorNav.Sensor.SynchronizationStatusRegister.SynchronizationStatusRegister | ( | UInt32 | syncInCount, |
| UInt32 | syncInTime, | ||
| UInt32 | syncOutCount | ||
| ) |
Creates a new SynchronizationStatusRegister with the provided values.
| syncInCount | Value to initialize the SyncInCount field with. |
| syncInTime | Value to initialize the SyncInTime field with. |
| syncOutCount | Value to initialize the SyncOutCount field with. |
| UInt32 VectorNav.Sensor.SynchronizationStatusRegister.SyncInCount |
The SyncInCount field.
| UInt32 VectorNav.Sensor.SynchronizationStatusRegister.SyncInTime |
The SyncInTime field.
| UInt32 VectorNav.Sensor.SynchronizationStatusRegister.SyncOutCount |
The SyncOutCount field.
1.8.10