Public Attributes | List of all members
XsFilterProfile Class Reference

Contains information about an available filter profile. More...

#include <xsfilterprofile.h>

Public Attributes

uint8_t m_filterMajor
 The major version of the XKF filter this filter profile is intended for. More...
 
uint8_t m_filterMinor
 The minor version of the XKF filter this filter profile is intended for. More...
 
char m_filterType
 The type of the XKF filter this filter profile is intended for '3': XKF-3, '6': XKF-6. More...
 
char m_kind [XS_LEN_FILTERPROFILEKIND_TERM]
 The kind of filter profile. More...
 
char m_label [1+2 *XS_LEN_FILTERPROFILELABEL_TERM]
 The label of the filter profile (Can be 2 names, including separator) More...
 
uint8_t m_type
 The type of the filter profile. When set to 255 in an operation, the 'current' filter profile is used. More...
 
uint8_t m_version
 The version of the filter profile. More...
 

Detailed Description

Contains information about an available filter profile.

Definition at line 92 of file xsfilterprofile.h.

Member Data Documentation

◆ m_filterMajor

uint8_t XsFilterProfile::m_filterMajor

The major version of the XKF filter this filter profile is intended for.

Definition at line 296 of file xsfilterprofile.h.

◆ m_filterMinor

uint8_t XsFilterProfile::m_filterMinor

The minor version of the XKF filter this filter profile is intended for.

Definition at line 297 of file xsfilterprofile.h.

◆ m_filterType

char XsFilterProfile::m_filterType

The type of the XKF filter this filter profile is intended for '3': XKF-3, '6': XKF-6.

Note
The value is a character, so XKF-3 is '3', which is hex 0x33

Definition at line 295 of file xsfilterprofile.h.

◆ m_kind

char XsFilterProfile::m_kind[XS_LEN_FILTERPROFILEKIND_TERM]

The kind of filter profile.

Definition at line 293 of file xsfilterprofile.h.

◆ m_label

char XsFilterProfile::m_label[1+2 *XS_LEN_FILTERPROFILELABEL_TERM]

The label of the filter profile (Can be 2 names, including separator)

Definition at line 294 of file xsfilterprofile.h.

◆ m_type

uint8_t XsFilterProfile::m_type

The type of the filter profile. When set to 255 in an operation, the 'current' filter profile is used.

Definition at line 291 of file xsfilterprofile.h.

◆ m_version

uint8_t XsFilterProfile::m_version

The version of the filter profile.

Definition at line 292 of file xsfilterprofile.h.


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


xsens_mti_driver
Author(s):
autogenerated on Sun Sep 3 2023 02:43:22