Hamlib  4.2
Functions
amp_conf.c File Reference

Amplifier Configuration Interface. More...

#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <hamlib/amplifier.h>
#include "amp_conf.h"
#include "token.h"
Include dependency graph for amp_conf.c:

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...
 
const struct confparamsamp_confparam_lookup (AMP *amp, const char *name)
 Query an amplifier configuration parameter token by its name. More...
 
token_t amp_token_lookup (AMP *amp, const char *name)
 Search for the token ID associated with an amplifier configuration parameter token name. More...
 
int amp_set_conf (AMP *amp, token_t token, const char *val)
 Set an amplifier configuration parameter. More...
 
int amp_get_conf (AMP *amp, token_t token, char *val)
 Query the value of an amplifier configuration parameter. More...
 

Detailed Description

Amplifier Configuration Interface.