#include <fifo.h>
◆ fifo()
gr::fosphor::fifo::fifo |
( |
int |
length | ) |
|
◆ ~fifo()
gr::fosphor::fifo::~fifo |
( |
| ) |
|
◆ free()
int gr::fosphor::fifo::free |
( |
| ) |
|
◆ read_discard()
void gr::fosphor::fifo::read_discard |
( |
int |
size | ) |
|
◆ read_max_size()
int gr::fosphor::fifo::read_max_size |
( |
| ) |
|
◆ read_peek()
gr_complex * gr::fosphor::fifo::read_peek |
( |
int |
size, |
|
|
bool |
wait = true |
|
) |
| |
◆ used()
int gr::fosphor::fifo::used |
( |
| ) |
|
◆ write_commit()
void gr::fosphor::fifo::write_commit |
( |
int |
size | ) |
|
◆ write_max_size()
int gr::fosphor::fifo::write_max_size |
( |
| ) |
|
◆ write_prepare()
gr_complex * gr::fosphor::fifo::write_prepare |
( |
int |
size, |
|
|
bool |
wait = true |
|
) |
| |
The documentation for this class was generated from the following file: