|
ET System
16.5
|
Structure for fixing station input list. More...
#include <et_private.h>
Data Fields | |
| et_event * | first |
| Value of et_list->firstevent at start of read (NULL if no damage). More... | |
| uint64_t | eventsin |
| Value of et_list->events_in at start of dump. More... | |
| int | start |
| Is 1 at start of write and 0 at end. More... | |
| int | cnt |
| Value of et_list->cnt at start of read/write. More... | |
| int | num |
| Number of events intended to read/write. More... | |
| int | call |
| ET_FIX_DUMP if fixing after et_station_(n)dump call, or ET_FIX_READ if fixing after et_station_(n)read call. More... | |
Structure for fixing station input list.
| int et_fixin::call |
ET_FIX_DUMP if fixing after et_station_(n)dump call, or ET_FIX_READ if fixing after et_station_(n)read call.
| int et_fixin::cnt |
Value of et_list->cnt at start of read/write.
| uint64_t et_fixin::eventsin |
Value of et_list->events_in at start of dump.
| et_event* et_fixin::first |
Value of et_list->firstevent at start of read (NULL if no damage).
| int et_fixin::num |
Number of events intended to read/write.
| int et_fixin::start |
Is 1 at start of write and 0 at end.