Hamlib
4.1
|
Amplifier data structure. More...
#include <amplifier.h>
Amplifier data structure.
Amplifier Caps
The main idea of this struct is that it will be defined by the backend amplifier driver, and will remain readonly for the application. Fields that need to be modifiable by the application are copied into the struct amp_state, which is a kind of private of the AMP instance.
This way, you can have several rigs running within the same application, sharing the struct amp_caps of the backend, while keeping their own customized data.
mdblack98: Don't move fields around and add new fields at end of caps Shared libraries depend on constant structure to maintain compatibility
Hamlib documentation for version 4.1 -- Mon Feb 1 2021 08:00:28
Project page: http://www.hamlib.org