Data Fields

fifo_info Struct Reference

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.

Detailed Description

Fifo statistics reported by the RT_STATUS message.


Field Documentation

uint64_t fifo_info::ack

The offset for the fifo ACK pointer.

uint64_t fifo_info::in

The offset for the fifo write pointer.

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.


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