Go to the documentation of this file.
23 #ifndef INCLUDED_GR_FILE_SOURCE_H
24 #define INCLUDED_GR_FILE_SOURCE_H
28 #include <boost/thread/mutex.hpp>
51 gr_file_source(
size_t itemsize,
const char *filename,
bool repeat);
80 int work(
int noutput_items,
90 bool seek(
long seek_point,
int whence);
98 void open(
const char *filename,
bool repeat);