|
GNU Radio's HOWTO Package
|
linked list structure for circular FIFO buffer More...
#include <gn3s_defines.h>
Public Attributes | |
| gn3s_ms_packet * | next |
| int | count |
| Number of packets. More... | |
| GN3S_CPX | data [GN3S_SAMPS_5MS] |
| Payload size. More... | |
linked list structure for circular FIFO buffer
| int gn3s_ms_packet::count |
Number of packets.
| GN3S_CPX gn3s_ms_packet::data[GN3S_SAMPS_5MS] |
Payload size.
| gn3s_ms_packet* gn3s_ms_packet::next |