Ask a Question | Search DSPSR: |
Home
|
OutputFile.h 68 };
virtual void calculation() Unload data into the BitSeries specified with set_output. Definition: OutputFile.C:42 std::string output_filename The name of the output file. Definition: OutputFile.h:59 std::string datestr_pattern The pattern used to create an output filename. Definition: OutputFile.h:62 int header_bytes The size of the header in bytes. Definition: OutputFile.h:56 virtual void open_file(const char *filename) Open the file specified by filename for writing. Definition: OutputFile.C:67 A container for storing digitized (generally not floating point) data Definition: BitSeries.h:35 virtual int64_t unload_bytes(const void *buffer, uint64_t nbytes) Load nbyte bytes of sampled data from the device into buffer. Definition: OutputFile.C:83 virtual std::string get_extension() const =0 Get the extension to be added to the end of new filenames. OutputFile(const char *operation_name) Constructor. Definition: OutputFile.C:27 Generated using doxygen 1.8.17
|