Pulsar::CalInfoExtension Class Reference

Stores information about the reference source (ATNF) More...

#include <CalInfoExtension.h>

Inheritance diagram for Pulsar::CalInfoExtension:
Pulsar::Archive::Extension Reference::Able Reference::HeapTracked

Public Member Functions

 CalInfoExtension ()
 Default constructor.
 CalInfoExtension (const CalInfoExtension &extension)
 Copy constructor.
const CalInfoExtensionoperator= (const CalInfoExtension &extension)
 Operator =.
 ~CalInfoExtension ()
 Destructor.
CalInfoExtensionclone () const
 Clone method.
Public Member Functions inherited from Pulsar::Archive::Extension
 Extension (const char *name)
 Construct with a name.
virtual ~Extension ()
 Destructor.
virtual TextInterface::Parserget_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.
Public Member Functions inherited from Reference::Able
 Able (const Able &)
Ableoperator= (const Able &)
unsigned get_reference_count () const
Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
HeapTrackedoperator= (const HeapTracked &)
bool __is_on_heap () const

Public Attributes

std::string cal_mode
 Cal mode (As defined by the ATNF TCS: OFF, SYNC, EXT1, EXT2)
double cal_frequency
 Calibrator frequency.
double cal_dutycycle
 Calibrator duty-cycle.
double cal_phase
 Calibrator phase.
int cal_nstate
 Number of different states during cal period.

Additional Inherited Members

Static Public Member Functions inherited from Pulsar::Archive::Extension
static Extensionfactory (const std::string &name)
 Derived type factory.
Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
static void operator delete (void *location, void *ptr)
static void operator delete (void *location)
static size_t get_heap_queue_size ()
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const
Protected Attributes inherited from Pulsar::Archive::Extension
std::string extension_name
 Extension name - useful when debugging.

Detailed Description

Stores information about the reference source (ATNF)

This Archive::Extension class provides a simple container for storing the information used by the ATNF Telescope Control System when defining the state of a CAL observation

Member Function Documentation

◆ clone()

CalInfoExtension * Pulsar::CalInfoExtension::clone ( ) const
inlinevirtual

Clone method.

Implements Pulsar::Archive::Extension.

References CalInfoExtension().


The documentation for this class was generated from the following files:

Generated using doxygen 1.14.0