Fifo statistics reported by the RT_STATUS message. More...
Data Fields | |
uint64_t | in |
The offset for the fifo write pointer. | |
uint64_t | out |
The offset for the fifo read pointer. | |
uint64_t | ack |
The offset for the fifo ACK pointer. | |
uint64_t | length |
The total length of the fifo. | |
uint64_t | used |
The amount of fifo space in use. |
Fifo statistics reported by the RT_STATUS message.
uint64_t fifo_info::ack |
The offset for the fifo ACK pointer.
uint64_t fifo_info::in |
The offset for the fifo write pointer.
uint64_t fifo_info::length |
The total length of the fifo.
uint64_t fifo_info::out |
The offset for the fifo read pointer.
uint64_t fifo_info::used |
The amount of fifo space in use.