|
| Archiver () |
| Constructor.
|
|
| Archiver (const Archiver &) |
| Copy constructor.
|
|
virtual | ~Archiver () |
| Destructor.
|
|
Archiver * | clone () const |
| Clone operator.
|
|
void | set_archive_class (const std::string &archive_class_name) |
| Set the name of the Pulsar::Archive class used to create new instances.
|
|
void | set_force_archive_class (bool) |
|
void | set_command_line (const std::string &) |
| Set the command line of the calling program.
|
|
void | set_script (const std::vector< std::string > &jobs) |
| Set the post-processing script.
|
|
void | set_archive (Pulsar::Archive *archive) |
| Set the Pulsar::Archive instance to which data will be added.
|
|
bool | postprocess (Pulsar::Archive *archive) |
| Execute any post-processing steps, return true if successful.
|
|
void | set_minimum_integration_length (double seconds) |
| Set the minimum integration length required to unload data.
|
|
Pulsar::Archive * | get_archive () |
| Get the Pulsar::Archive instance to which all data were added.
|
|
bool | has_archive () const |
|
void | add_extension (Pulsar::Archive::Extension *extension) |
| Add a Pulsar::Archive::Extension to those added to the output archive.
|
|
void | unload (const PhaseSeries *) |
| Unloads all available data to a Pulsar::Archive instance.
|
|
void | finish () |
| Perform any clean up tasks before completion.
|
|
unsigned | get_npol (const PhaseSeries *phase) const |
| Get the effective number of polarizations in the output archive.
|
|
void | set (Pulsar::Archive *archive, const PhaseSeries *phase) |
| Set the Pulsar::Archive with the PhaseSeries data.
|
|
void | add (Pulsar::Archive *archive, const PhaseSeries *phase) |
| Add the PhaseSeries data to the Pulsar::Archive instance.
|
|
void | set_archive_dedispersed (bool _archive_dedispersed) |
|
bool | get_archive_dedispersed () const |
|
void | set_archive_software (std::string _archive_software) |
| A dspReduction extension is added to the archive with this string.
|
|
std::string | get_archive_software () |
| A dspReduction extension is added to the archive with this string.
|
|
void | set_store_dynamic_extensions (bool flag) |
|
void | set_use_single_archive (bool flag) |
|
void | set_subints_per_file (unsigned nsub) |
|
| PhaseSeriesUnloader () |
| Constructor.
|
|
virtual | ~PhaseSeriesUnloader () |
| Destructor.
|
|
virtual void | partial (const PhaseSeries *) |
| Handle partially completed PhaseSeries data.
|
|
virtual PhaseSeries * | recycle () |
| After unload, a different PhaseSeries may be available for use.
|
|
virtual std::string | get_filename (const PhaseSeries *data) const |
| Generate a filename using the current convention.
|
|
virtual void | set_convention (FilenameConvention *) |
| Set the filename convention.
|
|
virtual FilenameConvention * | get_convention () |
|
virtual void | set_directory (const std::string &) |
| Set the directory to which output data will be written. More...
|
|
virtual std::string | get_directory () const |
|
virtual void | set_path_add_source (bool) |
| place output files in a sub-directory named by source
|
|
virtual bool | get_path_add_source () const |
|
virtual void | set_prefix (const std::string &) |
| Set the prefix to be added to the front of filenames. More...
|
|
virtual std::string | get_prefix () const |
|
virtual void | set_extension (const std::string &) |
| Set the extension to be added to the end of filenames.
|
|
virtual std::string | get_extension () const |
|
| OwnStream (const OwnStream &) |
|
const OwnStream & | operator= (const OwnStream &) |
|
virtual void | set_cout (std::ostream &) const |
|
virtual void | set_cerr (std::ostream &) const |
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|