Main Page Data Structures File List Data Fields Globals Related Pages Examples
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. |
const char* rot_caps::copyright
|
|
|
Upper limit for azimuth (relative to North). |
|
Upper limit for elevation. |
const char* rot_caps::mfg_name
|
|
|
Lower limit for azimuth (relative to North). |
|
Lower limit for elevation. |
const char* rot_caps::model_name
|
|
|
Type of communication port. |
int rot_caps::post_write_delay
|
|
const rig_ptr_t rot_caps::priv
|
|
|
Number of retry if command fails. |
int rot_caps::serial_data_bits
|
|
int rot_caps::serial_rate_max
|
|
int rot_caps::serial_rate_min
|
|
int rot_caps::serial_stop_bits
|
|
const char* rot_caps::version
|
|
int rot_caps::write_delay
|
|
The documentation for this struct was generated from the following file:
Generated on Mon May 26 17:46:56 2003 for Hamlib - the C library reference by
1.3-rc3