![]() |
VieSched++
VieVS VLBI Scheduling Software
|
Functions | |
template<typename T > | |
bool | FromString (const std::string &str, T &val) |
double | Mod (const double x, const double y) |
double | WrapNegPosPI (const double a) |
double | WrapTwoPI (const double a) |
double | WrapNegPos180 (const double a) |
double | Wrap360 (const double a) |
double | DegreesToRadians (const double degrees) |
double | RadiansToDegrees (const double radians) |
double | AcTan (const double sinx, const double cosx) |
void | TrimLeft (std::string &s) |
void | TrimRight (std::string &s) |
void | Trim (std::string &s) |
|
inline |
|
inline |
bool Util::FromString | ( | const std::string & | str, |
T & | val | ||
) |
|
inline |
|
inline |
void Util::Trim | ( | std::string & | s | ) |
void Util::TrimLeft | ( | std::string & | s | ) |
void Util::TrimRight | ( | std::string & | s | ) |
|
inline |
|
inline |
|
inline |
|
inline |