diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-10-20 09:32:23 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-10-20 09:32:23 +0200 |
commit | 641acd57091d2c37a0d2e131674bd969eed55761 (patch) | |
tree | d44e31676ff0aab80d91a8e2222a319fb1d5dd53 /positioner.h | |
parent | 856f67b4acb6d9e5dc8b4328876f4d6f14bf381d (diff) | |
download | vdr-641acd57091d2c37a0d2e131674bd969eed55761.tar.gz vdr-641acd57091d2c37a0d2e131674bd969eed55761.tar.bz2 |
Changed the return value of cPositioner::HorizonLongitude() to 0 in case the latitude of the antenna location is beyond +/-81 degrees
Diffstat (limited to 'positioner.h')
-rw-r--r-- | positioner.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/positioner.h b/positioner.h index 6e019ed6..6db16748 100644 --- a/positioner.h +++ b/positioner.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: positioner.h 3.1 2013/06/10 14:27:14 kls Exp $ + * $Id: positioner.h 3.2 2013/10/20 09:29:41 kls Exp $ */ #ifndef __POSITIONER_H @@ -94,7 +94,7 @@ public: ///< horizon when looking in the given Direction. Note that this function ///< only delivers reasonable values for site latitudes between +/-81 degrees. ///< Beyond these limits (i.e. near the north or south pole) a constant value - ///< of +/-14.5 degrees (integer value 145) will be returned. + ///< of 0 will be returned. int HardLimitLongitude(ePositionerDirection Direction) const; ///< Returns the longitude of the positioner's hard limit in the given ///< Direction. Note that the value returned here may be larger (or smaller, |