|
Hamlib
4.0~git
|
Dynamic registration of amplifier backends. More...
#include <errno.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <stdio.h>#include <sys/types.h>#include <hamlib/amplifier.h>#include "register.h"Data Structures | |
| struct | amp_list |
Functions | |
| int | initamps4_dummy (void *be_handle) |
| rig_model_t | probeallamps4_dummy (hamlib_port_t *port, rig_probe_func_t cfunc, char *data) |
| int | initamps4_kpa1500 (void *be_handle) |
| rig_model_t | probeallamps4_kpa1500 (hamlib_port_t *port, rig_probe_func_t cfunc, char *data) |
| int | amp_register (const struct amp_caps *caps) |
| const struct amp_caps * | amp_get_caps (amp_model_t amp_model) |
| int | amp_check_backend (amp_model_t amp_model) |
| int | amp_unregister (amp_model_t amp_model) |
| int | amp_list_foreach (int(*cfunc)(const struct amp_caps *, char *), char *data) |
| amp_model_t | amp_probe_all (hamlib_port_t *p) |
| int | amp_load_all_backends () |
| int | amp_load_backend (const char *be_name) |
Dynamic registration of amplifier backends.
Similar to register.c doc todo: Let's explain what's going on here!
| #define DEFINE_INITAMP_BACKEND | ( | backend | ) |
Hamlib documentation for version 4.0~git -- Sat Apr 4 2020 16:42:11
Project page: http://www.hamlib.org