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... | |
Contains information about an available filter profile.
Definition at line 92 of file xsfilterprofile.h.
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.
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.
char XsFilterProfile::m_filterType |
The type of the XKF filter this filter profile is intended for '3': XKF-3, '6': XKF-6.
Definition at line 295 of file xsfilterprofile.h.
char XsFilterProfile::m_kind[XS_LEN_FILTERPROFILEKIND_TERM] |
The kind of filter profile.
Definition at line 293 of file xsfilterprofile.h.
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.
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.
uint8_t XsFilterProfile::m_version |
The version of the filter profile.
Definition at line 292 of file xsfilterprofile.h.