Pulsar Database Entry. More...

#include <Database.h>

Inheritance diagram for Pulsar::Database::Entry:
Reference::Able Reference::HeapTracked

Public Member Functions

 Entry (const Archive *arch)
 Construct from a Pulsar::Archive.
 ~Entry ()
 Destructor.
virtual void unload (std::string &str)
std::string get_filename () const
 Returns the full pathname of the Entry filename.
virtual bool less_than (const Entry *) const
virtual bool equals (const Entry *) const
virtual MJD get_effective_time () const =0
virtual std::string get_time_str () const =0
virtual std::string get_nchan_str () const =0
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

Static Public Member Functions

static Entryload (const std::string &str)
static Entrycreate (const Archive *)
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 ()

Public Attributes

Reference::To< const Calibrator::TypecalType
Signal::Source obsType
sky_coord position
double bandwidth
double frequency
std::string instrument
std::string receiver
std::string filename

Protected Member Functions

void init ()
 Clean slate.
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const

Detailed Description

Member Function Documentation

◆ init()

void Database::Entry::init ( )
protected

Clean slate.

Initialise all variables.

References Signal::Unknown.

Referenced by Entry().


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

Generated using doxygen 1.14.0