From eeacb627da24614832a937689e8ad6e3175bd719 Mon Sep 17 00:00:00 2001 From: Michael Black Date: Sat, 23 Nov 2019 23:09:05 -0600 Subject: [PATCH] Add south_zero option to rotator.h --- include/hamlib/rotator.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/hamlib/rotator.h b/include/hamlib/rotator.h index 88bc7bdea..0aa3b72d3 100644 --- a/include/hamlib/rotator.h +++ b/include/hamlib/rotator.h @@ -238,6 +238,7 @@ struct rot_caps { int post_write_delay; /*!< Post-write delay. */ int timeout; /*!< Timeout. */ int retry; /*!< Number of retry if command fails. */ + /* * Movement range, az is relative to North @@ -306,6 +307,7 @@ struct rot_state { azimuth_t max_az; /*!< Upper limit for azimuth (overridable). */ elevation_t min_el; /*!< Lower limit for elevation (overridable). */ elevation_t max_el; /*!< Upper limit for elevation (overridable). */ + int south_zero; /*!< South is zero degrees */ /* * non overridable fields, internal use