![]() |
Hamlib
4.3
|
Functions | |
int | frontamp_set_conf (AMP *amp, token_t token, const char *val) |
Set an amplifier state value from alpha input. More... | |
int | frontamp_get_conf (AMP *amp, token_t token, char *val) |
Query data from an amplifier state in alpha form. More... | |
Query data from an amplifier state in alpha form.
amp | The AMP handle. |
token | TOK_... specify which data to query. |
val | Result. |
Assumes amp != NULL and val != NULL.
RIG_OK | TOK_... value queried successfully. |
RIG_EINVAL | TOK_.. value not queried. |
Set an amplifier state value from alpha input.
amp | The AMP handle. |
token | TOK_... specify which value to set. |
val | Input. |
Assumes amp != NULL and val != NULL.
RIG_OK | TOK_... value set successfully. |
RIG_EINVAL | TOK_.. value not set. |