ET System  16.4
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
et_fixin Struct Reference

Structure for fixing station input list. More...

#include <et_private.h>

Data Fields

et_eventfirst
 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...
 

Detailed Description

Structure for fixing station input list.

Field Documentation

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.


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