|
enum | { ERR_NONE = 0x0,
ERR_OUTSIDE_MJD = 0x1,
ERR_OUTSIDE_FREQ = 0x2
} |
|
|
static const double | arcSecPerRad_ = 206265 |
|
ModelReader::ModelReader |
( |
| ) |
|
Constructor.
....................................................................... Constructors
ModelReader::~ModelReader |
( |
| ) |
|
|
virtual |
Destructor.
....................................................................... Destructor
void ModelReader::fillInterpContainers |
( |
double |
mjd | ) |
|
....................................................................... Find the nearest point to the passed MJD
double ModelReader::getDistance |
( |
TimeVal & |
time, |
|
|
unsigned int & |
error |
|
) |
| |
....................................................................... Get the distance at a given time.
double ModelReader::getDistance |
( |
double |
mjd, |
|
|
unsigned int & |
error |
|
) |
| |
....................................................................... Get the distance at a given time.
The documentation for this class was generated from the following files:
- gcpCbass/util/common/ModelReader.h
- gcpCbass/util/common/ModelReader.cc