dump_records_to_ascii.c, dump_records_to_html.c, example.c, is_valid_stdf.c, record_stats.c, and stdf2xtdf.c.
Data Fields | |
rec_header | header |
int | fd |
union { | |
uintptr_t padding [4] | |
} | __fd |
stdf_format | file_format |
char * | filename |
__stdf_fops * | fops |
int | byte_order |
uint32_t | opts |
dtc_U1 | ver |
byte_t * | __data |
byte_t * | rec_pos |
byte_t * | rec_end |
byte_t * | __output |
byte_t * | _write_pos |
dtc_U2 | _write_chunk_size |
|
Byte order of the file |
|
Actual file descriptor for the backing file |
|
Compressed file format |
|
Filename that was given to stdf_open() |
|
Virtual file i/o functions to hide compression details |
|
A processed version of the last record read |
|
Misc options to control libstdf behavior |
|
Spec version of the file |