|
Hamlib
4.0~git
|
Live data and customized fields. More...
#include <amplifier.h>
Data Fields | |
| hamlib_port_t | ampport |
| int | comm_state |
| char * | priv |
| char * | obj |
| setting_t | has_get_level |
| gran_t | level_gran [64] |
| gran_t | parm_gran [64] |
Live data and customized fields.
Amplifier state
This struct contains live data, as well as a copy of capability fields that may be updated (ie. customized)
It is fine to move fields around, as this kind of struct should not be initialized like caps are.
| hamlib_port_t amp_state::ampport |
Amplifier port (internal use).
| int amp_state::comm_state |
Comm port state, opened/closed.
| gran_t amp_state::level_gran[64] |
level granularity
| char* amp_state::obj |
Internal use by hamlib++ for event handling.
| gran_t amp_state::parm_gran[64] |
level granularity
| char* amp_state::priv |
Pointer to private amplifier state data.
Hamlib documentation for version 4.0~git -- Sat Apr 4 2020 16:42:11
Project page: http://www.hamlib.org