Data Fields | |
list_head | list |
most_sync_rt_dev * | sync_dev |
frame_part | part_rx |
frame_part | part_tx |
bool | rx_running |
bool | tx_running |
int | reader_index |
int | writer_index |
Definition at line 142 of file most-sync-rt.h.
struct list_head most_sync_rt_file::list |
embeddable in the most_sync_rt_dev structure
Definition at line 143 of file most-sync-rt.h.
Referenced by most_sync_nrt_close(), and most_sync_nrt_open().
the synchronous device which belongs to that file
Definition at line 145 of file most-sync-rt.h.
Referenced by most_sync_nrt_close(), most_sync_nrt_open(), most_sync_nrt_setup_rx(), most_sync_nrt_setup_tx(), most_sync_nrt_stop_rx(), most_sync_nrt_stop_tx(), most_sync_rt_read(), and most_sync_rt_write().
frame part for reception
Definition at line 147 of file most-sync-rt.h.
frame part for transmission
Definition at line 148 of file most-sync-rt.h.
state of the sender
Definition at line 149 of file most-sync-rt.h.
Referenced by most_sync_nrt_close(), and most_sync_nrt_setup_rx().
state of the receiver
Definition at line 150 of file most-sync-rt.h.
Referenced by most_sync_nrt_close(), and most_sync_nrt_setup_tx().
reader number for the rx buffer, only valid if rx_running is true
Definition at line 151 of file most-sync-rt.h.
writer number for the tx buffer, only valid if tx_running is true
Definition at line 153 of file most-sync-rt.h.