openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
rotor_calc.h
Go to the documentation of this file.
1 #ifndef __LIB_ROTOR_CALC_H__
2 #define __LIB_ROTOR_CALC_H__
3 double calcSatHourangle( double SatLon, double SiteLat, double SiteLon );
4 #endif // __LIB_ROTOR_CALC_H__
double calcSatHourangle(double SatLon, double SiteLat, double SiteLon)
Definition: rotor_calc.cpp:227