|
HARDT - The Ham Radio DSP Toolkit
|
#include <hfilewriter.h>


Public Member Functions | |
| HFileWriter (const char *filename, bool sequence=false) | |
| HFileWriter (const std::string filename, bool sequence=false) | |
| HFileWriter (const char *filename, HWriterConsumer< T > *consumer, bool sequence=false) | |
| HFileWriter (const std::string filename, HWriterConsumer< T > *consumer, bool sequence=false) | |
| virtual int | Write (T *src, size_t blocksize) |
| bool | Start () |
| bool | Stop () |
| void | Seek (int bytes) |
| bool | Command (HCommand *command) |
Public Member Functions inherited from HWriter< T > | |
| virtual | ~HWriter ()=default |
| HWriter< T > * | Writer () |
Public Member Functions inherited from HObject | |
| HObject () | |
Write to a file
|
inline |
Construct a new HFileWriter with the given filename
|
inline |
Construct a new HFileWriter with the given filename
|
inline |
Construct a new HFileWriter with the given filename and register with the given consumer
|
inline |
Construct a new HFileWriter with the given filename and register with the given consumer
|
inlinevirtual |
|
inline |
Seek to this position in the file
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Write to the file
Implements HWriter< T >.
Reimplemented in HProbe< Tout >, HProbe< T >, HWavWriter< T >, and HProbe< std::complex< T > >.
1.8.17