|
| TapeInfo () |
| Default constructor.
|
| TapeInfo (const TapeInfo &) |
| Copy constructor.
|
const TapeInfo & | operator= (const TapeInfo &) |
| Operator =.
|
| ~TapeInfo () |
| Destructor.
|
TapeInfo * | clone () const |
| Clone method.
|
int | get_file_number () const |
| Get file number for raw data (FB only)
|
void | set_file_number (int number) |
| Set file number for raw data (FB only)
|
std::string | get_tape_label () const |
| Get tape label for raw data (FB only)
|
void | set_tape_label (std::string label) |
| Set tape label for raw data (FB only)
|
| Extension (const char *name) |
| Construct with a name.
|
virtual | ~Extension () |
| Destructor.
|
virtual TextInterface::Parser * | get_interface () |
| Return a text interface that can be used to access this instance.
|
std::string | get_extension_name () const |
| Return the name of the Extension.
|
virtual std::string | get_short_name () const |
| Return an abbreviated name that can be typed relatively quickly.
|
virtual bool | has_data () const |
| Returns true if the Extension contains useful data.
|
virtual void | resize (unsigned nsubint, unsigned npol=0, unsigned nchan=0, unsigned nbin=0) |
| Resize the Extension.
|
virtual void | frequency_append (Archive *to, const Archive *from) |
| Append data along frequency dimension, if applicable.
|
| Able (const Able &) |
Able & | operator= (const Able &) |
unsigned | get_reference_count () const |
| HeapTracked (const HeapTracked &) |
HeapTracked & | operator= (const HeapTracked &) |
bool | __is_on_heap () const |
Stores information about the tape on which the data were recorded.