|
void | write_header () |
| Write the file header to the open file.
|
|
std::string | get_extension () const |
| Get the extension to be added to the end of new filenames.
|
|
virtual void | calculation () |
| Unload data into the BitSeries specified with set_output.
|
|
virtual void | open_file (const char *filename) |
| Open the file specified by filename for writing.
|
|
void | open_file (const std::string &name) |
| Convenience wrapper.
|
|
virtual int64_t | unload_bytes (const void *buffer, uint64_t nbytes) |
| Load nbyte bytes of sampled data from the device into buffer.
|
|
virtual void | operation () |
| Define the Operation pure virtual method.
|
|
virtual bool | can_operate () |
| Return false if the operation doesn't have enough data to proceed.
|
|
virtual void | set_name (const std::string &_name) |
| Set the name!
|
|
int | timers_index (const std::string &op_name) |
| Returns the index in the 'timers' array of a particular timer.
|
|
Handle * | __reference (bool active) const |
|
void | __dereference (bool auto_delete=true) const |
|
Loads BitSeries data from a SigProc data file.