Hamlib
4.1
|
Amplifier interface. More...
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <stdio.h>
#include <fcntl.h>
#include <hamlib/amplifier.h>
#include "serial.h"
#include "parallel.h"
#include "usb_port.h"
#include "network.h"
#include "token.h"
Functions | |
AMP * | amp_init (amp_model_t amp_model) |
allocate a new AMP handle More... | |
int | amp_open (AMP *amp) |
open the communication to the amp More... | |
int | amp_close (AMP *amp) |
close the communication to the amp More... | |
int | amp_cleanup (AMP *amp) |
release a amp handle and free associated memory More... | |
int | amp_reset (AMP *amp, amp_reset_t reset) |
reset the amplifier More... | |
const char * | amp_get_info (AMP *amp) |
get general information from the amplifier More... | |
int | amp_set_powerstat (AMP *amp, powerstat_t status) |
turn on/off the amplifier or standby/operate toggle More... | |
Amplifier interface.
Hamlib interface is a frontend implementing amplifier wrapper functions.
Hamlib documentation for version 4.1 -- Mon Feb 1 2021 08:00:28
Project page: http://www.hamlib.org