FIFF tag explanation entry: pairs a FIFF_* tag kind with the fixed-width label printed by show_fiff.
More...
#include <fiff_explain.h>
Public Attributes | |
| int | kind |
| const char * | text |
FIFF tag explanation entry: pairs a FIFF_* tag kind with the fixed-width label printed by show_fiff.
Fields are intentionally minimal: an int kind that matches one of the FIFF_* macros in fiff_constants.h and a const char* text padded to a fixed column width for tabular output. Used by the _fiff_explanations static table immediately below.
Definition at line 60 of file fiff_explain.h.
| int FIFFLIB::FiffExplainEntry::kind |
Definition at line 61 of file fiff_explain.h.
| const char* FIFFLIB::FiffExplainEntry::text |
Definition at line 62 of file fiff_explain.h.