ET System
16.5
|
Structure to hold the a fifo entry obtained from ET. More...
#include <et_fifo.h>
Data Fields | |
et_event ** | bufs |
array of ET events. More... | |
et_fifo_id | fid |
fifo id used to get these events from ET. More... | |
Structure to hold the a fifo entry obtained from ET.
et_event** et_fifo_entry_t::bufs |
array of ET events.
Referenced by et_fifo_allHaveData(), et_fifo_entryCreate(), et_fifo_freeEntry(), et_fifo_getBuf(), et_fifo_getBufs(), et_fifo_getEntry(), et_fifo_getEntryTO(), et_fifo_newEntry(), et_fifo_newEntryTO(), and et_fifo_putEntry().
et_fifo_id et_fifo_entry_t::fid |
fifo id used to get these events from ET.
Referenced by et_fifo_entryCreate(), et_fifo_getBuf(), and et_fifo_putEntry().