A structure for storing scenario information. More...
#include <Robots/SeaBeeIII/IMUDataServer/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. | |
uint8_t | m_version |
The version of the scenario. | |
char | m_label [CMT_LEN_SCENARIOLABEL+1] |
The label of the scenario. | |
char | m_filterType |
The type of the XKF filter this scenario is intended for '3': XKF-3, '6': XKF-6. | |
uint8_t | m_filterMajor |
uint8_t | m_filterMinor |
The version of the XKF filter this scenario is intended for. |
A structure for storing scenario information.
Definition at line 1109 of file cmtdef.h.
uint8_t CmtScenario::m_filterMinor |
The type of the XKF filter this scenario is intended for '3': XKF-3, '6': XKF-6.
Definition at line 1113 of file cmtdef.h.
Referenced by xsens::Cmt3::getAvailableScenarios().
char CmtScenario::m_label[CMT_LEN_SCENARIOLABEL+1] |
The label of the scenario.
Definition at line 1112 of file cmtdef.h.
Referenced by xsens::Cmt3::getAvailableScenarios().
uint8_t CmtScenario::m_type |
The type of the scenario. When set to 255 in an operation, the 'current' scenario is used.
Definition at line 1110 of file cmtdef.h.
Referenced by xsens::Cmt3::getAvailableScenarios().
uint8_t CmtScenario::m_version |
The version of the scenario.
Definition at line 1111 of file cmtdef.h.
Referenced by xsens::Cmt3::getAvailableScenarios().