GNU Radio 3.6.5 C++ API
|
#include <gr_circular_file.h>
Public Member Functions | |
gr_circular_file (const char *filename, bool writable=false, int size=0) | |
~gr_circular_file () | |
bool | write (void *data, int nbytes) |
int | read (void *data, int nbytes) |
void | reset_read_pointer () |
gr_circular_file::gr_circular_file | ( | const char * | filename, |
bool | writable = false , |
||
int | size = 0 |
||
) |
gr_circular_file::~gr_circular_file | ( | ) |
int gr_circular_file::read | ( | void * | data, |
int | nbytes | ||
) |
void gr_circular_file::reset_read_pointer | ( | ) |
bool gr_circular_file::write | ( | void * | data, |
int | nbytes | ||
) |