xsens_imu
Public Member Functions | Public Attributes | List of all members
CmtSyncOutSettings Struct Reference

A structure for storing sync out settings. More...

#include <cmtdef.h>

Public Member Functions

 CmtSyncOutSettings (const uint16_t mode=0, const uint16_t skip=0, const uint32_t offset=0, const uint32_t width=CMT_SYNCOUT_DEFAULT_PULSE_WIDTH)
 default constructor, initializes to the given (default) MT settings More...
 

Public Attributes

uint16_t m_mode
 
uint16_t m_skipFactor
 
uint32_t m_offset
 Offset in ns. More...
 
uint32_t m_pulseWidth
 Pulse width in ns. More...
 

Detailed Description

A structure for storing sync out settings.

Constructor & Destructor Documentation

◆ CmtSyncOutSettings()

CmtSyncOutSettings::CmtSyncOutSettings ( const uint16_t  mode = 0,
const uint16_t  skip = 0,
const uint32_t  offset = 0,
const uint32_t  width = CMT_SYNCOUT_DEFAULT_PULSE_WIDTH 
)
inline

default constructor, initializes to the given (default) MT settings

Member Data Documentation

◆ m_mode

uint16_t CmtSyncOutSettings::m_mode

◆ m_offset

uint32_t CmtSyncOutSettings::m_offset

Offset in ns.

◆ m_pulseWidth

uint32_t CmtSyncOutSettings::m_pulseWidth

Pulse width in ns.

◆ m_skipFactor

uint16_t CmtSyncOutSettings::m_skipFactor

The documentation for this struct was generated from the following file: