|
xsens_imu
|
A structure for storing scenario information. More...
#include <cmtdef.h>
Public Attributes | |
| uint8_t | m_type |
| The type of the scenario. When set to 255 in an operation, the 'current' scenario is used. More... | |
| uint8_t | m_version |
| The version of the scenario. More... | |
| char | m_label [CMT_LEN_SCENARIOLABEL+1] |
| The label of the scenario. More... | |
| char | m_filterType |
| The type of the XKF filter this scenario is intended for '3': XKF-3, '6': XKF-6. More... | |
| uint8_t | m_filterMajor |
| uint8_t | m_filterMinor |
| The version of the XKF filter this scenario is intended for. More... | |
A structure for storing scenario information.
| uint8_t CmtScenario::m_filterMajor |
| uint8_t CmtScenario::m_filterMinor |
The version of the XKF filter this scenario is intended for.
| char CmtScenario::m_filterType |
The type of the XKF filter this scenario is intended for '3': XKF-3, '6': XKF-6.
| char CmtScenario::m_label[CMT_LEN_SCENARIOLABEL+1] |
The label of the scenario.
| uint8_t CmtScenario::m_type |
The type of the scenario. When set to 255 in an operation, the 'current' scenario is used.
| uint8_t CmtScenario::m_version |
The version of the scenario.
1.8.13