![]() |
VectorNav C++ Library
|
Structure representing the Synchronization Status register. More...
#include <registers.h>
Public Member Functions | |
SynchronizationStatusRegister (uint32_t syncInCountIn, uint32_t syncInTimeIn, uint32_t syncOutCountIn) | |
Creates an initializes a new SynchronizationStatusRegister structure. More... | |
Public Attributes | |
uint32_t | syncInCount |
The syncInCount field. | |
uint32_t | syncInTime |
The syncInTime field. | |
uint32_t | syncOutCount |
The syncOutCount field. | |
Structure representing the Synchronization Status register.
|
inline |
Creates an initializes a new SynchronizationStatusRegister structure.
[in] | syncInCountIn | Value to initialize the syncInCount field with. |
[in] | syncInTimeIn | Value to initialize the syncInTime field with. |
[in] | syncOutCountIn | Value to initialize the syncOutCount field with. |