30 class BACKEND_IMPEXP Amplifier
37 explicit Amplifier(amp_model_t amp_model);
49 void setConf(
token_t token,
const char *val);
50 void setConf(
const char *name,
const char *val);
51 void getConf(
token_t token,
char *val);
52 void getConf(
const char *name,
char *val);
53 token_t tokenLookup(
const char *name);
58 void reset(amp_reset_t reset);
Hamlib amplifier data structures.
double freq_t
Frequency type,.
Definition: rig.h:335
long token_t
configuration token
Definition: rig.h:652
Amplifier data structure.
This is the master data structure, acting as a handle for the controlled amplifier.
Definition: amplifier.h:284