Ask a Question | Search PSRCHIVE: |
Home
|
Pulsar::Application::Options Class Referenceabstract Describes application command line options. More...
Inheritance diagram for Pulsar::Application::Options:
Detailed DescriptionDescribes application command line options. Member Function Documentation◆ finalize()
Additional one-time final tasks. Optional final steps, run once at end (after main finalize) Reimplemented in Pulsar::PlotOptions. ◆ finish()
Additional per-Archive finishing tasks (e.g., unload) Optional finishing tasks, run once per Archive (after main process) Reimplemented in Pulsar::UnloadOptions. ◆ process()
Additional per-Archive processing tasks. Optional processing tasks, run once per Archive (before main process) Implements Pulsar::Processor. Reimplemented in Pulsar::CommonOptions, and Pulsar::StandardOptions. ◆ setup()
Additional one-time setup tasks. Optional setup steps, run once at start (before main finalize) Reimplemented in Pulsar::UnloadOptions, and Pulsar::PlotOptions. The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|