 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_GR_FILE_DESCRIPTOR_SOURCE_H
12 #define INCLUDED_GR_FILE_DESCRIPTOR_SOURCE_H
34 typedef std::shared_ptr<file_descriptor_source>
sptr;
static sptr make(size_t itemsize, int fd, bool repeat=false)
virtual int handle_residue(char *buf, int nbytes_read)=0
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
Read stream from file descriptor.
Definition: file_descriptor_source.h:26
GR_RUNTIME_API size_t itemsize(types::vector_type type)
std::shared_ptr< file_descriptor_source > sptr
Definition: file_descriptor_source.h:34
synchronous 1:1 input to output with history
Definition: sync_block.h:26
virtual int read_items(char *buf, int nitems)=0
repeat each input repeat times
Definition: repeat.h:30
GNU Radio logging wrapper.
Definition: basic_block.h:29
virtual void flush_residue()=0