Hamlib
4.1~git
|
Rotator data structure. More...
#include <rotator.h>
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.
mdblack: Careful movinf fields around, as the backends depend on it when initializing their caps in shared libraries and dlls.
Hamlib documentation for version 4.1~git -- Thu Nov 26 2020 00:00:00
Project page: http://www.hamlib.org