Pulsar::Pointing::Info Class Reference

Extra pointing information. More...

#include <Pointing.h>

Inheritance diagram for Pulsar::Pointing::Info:
Reference::Able Reference::HeapTracked

Public Member Functions

const std::string & get_name () const
 name of the information
 
void set_name (const std::string &_name)
 
const std::string & get_unit () const
 physical unit of the information
 
void set_unit (const std::string &_unit)
 
const std::string & get_description () const
 description of the information
 
void set_description (const std::string &_desc)
 
double get_value () const
 numerical value of the information
 
void set_value (double val)
 
TextInterface::Parserget_interface ()
 Return a text interfaces that can be used to access this instance.
 
- 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
 

Additional Inherited Members

- 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
 

Detailed Description

Extra pointing information.


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

Generated using doxygen 1.8.17