Hamlib  4.1
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 amplifier state info from alpha input. More...
 
int frontamp_get_conf (AMP *amp, token_t token, char *val)
 Get data from amplifier state in alpha form. More...
 
const struct confparamsamp_confparam_lookup (AMP *amp, const char *name)
 lookup conf token by its name, return pointer to confparams struct. More...
 
token_t amp_token_lookup (AMP *amp, const char *name)
 Simple lookup returning token id associated with name. More...
 
int amp_set_conf (AMP *amp, token_t token, const char *val)
 set a amplifier configuration parameter More...
 
int amp_get_conf (AMP *amp, token_t token, char *val)
 get the value of a configuration parameter More...
 

Detailed Description

Amplifier Configuration Interface.


Generated by doxygen 1.9.1

Hamlib documentation for version 4.1 -- Mon Feb 1 2021 08:00:28
Project page: http://www.hamlib.org