vdr
2.2.0
|
Go to the source code of this file.
Macros | |
#define | SAT_EARTH_RATIO 0.1513 |
#define | SAT_VISIBILITY_LAT 812 |
#define | RAD(x) ((x) * M_PI / 1800) |
#define | DEG(x) ((x) * 1800 / M_PI) |
#define DEG | ( | x | ) | ((x) * 1800 / M_PI) |
Definition at line 22 of file positioner.c.
Referenced by cPositioner::CalcHourAngle(), cPositioner::CalcLongitude(), and cPositioner::HorizonLongitude().
#define RAD | ( | x | ) | ((x) * M_PI / 1800) |
Definition at line 21 of file positioner.c.
Referenced by cPositioner::CalcHourAngle(), cPositioner::CalcLongitude(), and cPositioner::HorizonLongitude().
#define SAT_EARTH_RATIO 0.1513 |
Definition at line 18 of file positioner.c.
Referenced by cPositioner::CalcHourAngle(), cPositioner::CalcLongitude(), and cPositioner::HorizonLongitude().
#define SAT_VISIBILITY_LAT 812 |
Definition at line 19 of file positioner.c.
Referenced by cPositioner::HorizonLongitude().