Site coordinates.
More...
#include <Site.h>
|
static const Site * | location (const std::string &antenna) |
| Get the location of the named antenna.
|
|
static size_t | get_instance_count () |
| Returns the current number instances in existence.
|
|
static void * | operator new (size_t size, void *ptr=0) |
| Records the addresses of new instances allocated on the heap.
|
|
static void | operator delete (void *location, void *ptr) |
| Placement delete overload to match the placement new overload.
|
|
static void | operator delete (void *location) |
| Regular delete overload.
|
|
static size_t | get_heap_queue_size () |
| Return the number of heap addresses awaiting processing.
|
|
◆ get_sph()
virtual void Pulsar::Site::get_sph |
( |
double & |
lat, |
|
|
double & |
lon, |
|
|
double & |
rad |
|
) |
| const |
|
pure virtual |
Get the latitude and longitude in radians, and radius in metres.
longitude is in degrees East of Greenwich
Implemented in Tempo2::Observatory.
The documentation for this class was generated from the following files: