#include <hamlib/rig.h>
Go to the source code of this file.
Typedefs | |
| typedef rot | ROT |
| Rotator structure definition (see rot for details). | |
| typedef float | elevation_t |
| Type definition for elevation. | |
| typedef float | azimuth_t |
| Type definition for azimuth. | |
| typedef int | rot_reset_t |
| Type definition for rotator reset. | |
This file contains the data structures and definitions for the Hamlib rotator API. see the rotator.c file for more details on the rotator API.
|
|
Type definition for azimuth. The azimuth_t type is used as parameter for the rot_set_position() and rot_get_position() functions. Unless specified otherwise, the unit of azimuth_t is decimal degrees. |
|
|
Type definition for elevation. The elevation_t type is used as parameter for the rot_set_position() and rot_get_position() functions. Unless specified otherwise, the unit of elevation_t is decimal degrees. |
|
|
Type definition for rotator reset. The rot_reset_t type is used as parameter for the rot_reset() API function. |
1.4.2