A structure for storing sync in settings. More...
#include <Robots/SeaBeeIII/IMUDataServer/cmtdef.h>
Public Member Functions | |
CmtSyncInSettings (const uint16_t mode=0, const uint16_t skip=0, const uint32_t offset=0) | |
default constructor, initializes to the given (default) MT settings | |
Public Attributes | |
uint16_t | m_mode |
uint16_t | m_skipFactor |
uint32_t | m_offset |
Offset in ns. |
A structure for storing sync in settings.
Definition at line 983 of file cmtdef.h.
CmtSyncInSettings::CmtSyncInSettings | ( | const uint16_t | mode = 0 , |
|
const uint16_t | skip = 0 , |
|||
const uint32_t | offset = 0 | |||
) | [inline] |
uint32_t CmtSyncInSettings::m_offset |
Offset in ns.
Definition at line 986 of file cmtdef.h.
Referenced by xsens::Cmt3::getSyncInSettings(), and xsens::Cmt3::setSyncInSettings().