rot_caps Struct Reference
Rotator data structure.
More...
#include <rotator.h>
Detailed Description
Rotator data structure.
Rotator Caps
The main idea of this struct is that it will be defined by the backend rotator driver, and will remain readonly for the application. Fields that need to be modifiable by the application are copied into the struct rot_state, which is a kind of private of the ROT instance. This way, you can have several rigs running within the same application, sharing the struct rot_caps of the backend, while keeping their own customized data. NB: don't move fields around, as backend depends on it when initializing their caps.
Field Documentation
|
Configuration parametres. |
|
Upper limit for azimuth (relative to North). |
|
Upper limit for elevation. |
|
Lower limit for azimuth (relative to North). |
|
Lower limit for elevation. |
|
Type of communication port. |
|
Number of retry if command fails. |
The documentation for this struct was generated from the following file:
Generated on Sat Sep 30 15:49:37 2006 for Hamlib - the C library reference by
1.4.4