v2.0.0
Loading...
Searching...
No Matches
FIFFLIB::FiffExplainEntry Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ kind

int FIFFLIB::FiffExplainEntry::kind

Definition at line 61 of file fiff_explain.h.

◆ text

const char* FIFFLIB::FiffExplainEntry::text

Definition at line 62 of file fiff_explain.h.


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