![]() |
Hamlib 4.7~git
|
Files | |
| file | port.h |
| Hamlib port data structures. | |
Data Structures | |
| struct | hamlib_port |
| Port definition. More... | |
| struct | hamlib_port_deprecated |
Typedefs | |
| typedef struct hamlib_port | hamlib_port_t |
| Port definition. | |
| typedef struct hamlib_port_deprecated | hamlib_port_t_deprecated |
| typedef hamlib_port_t_deprecated | port_t_deprecated |
| typedef hamlib_port_t | port_t |
| Short type name of the hamlib_port structure. | |
| #define | HAMLIB_RIGPORT(r) |
| #define | HAMLIB_PTTPORT(r) |
| #define | HAMLIB_DCDPORT(r) |
| #define | HAMLIB_AMPPORT(a) |
| #define | HAMLIB_ROTPORT(r) |
| #define | HAMLIB_ROTPORT2(r) |
| #define HAMLIB_AMPPORT | ( | a | ) |
Macro for application access to hamlib_port_t data for this port type.
| #define HAMLIB_DCDPORT | ( | r | ) |
Macro for application access to hamlib_port_t data for this port type.
| #define HAMLIB_PTTPORT | ( | r | ) |
Macro for application access to hamlib_port_t data for this port type.
| #define HAMLIB_RIGPORT | ( | r | ) |
Macro for application access to hamlib_port_t data for this port type.
| #define HAMLIB_ROTPORT | ( | r | ) |
Macro for application access to hamlib_port_t data for this port type.
| #define HAMLIB_ROTPORT2 | ( | r | ) |
Macro for application access to hamlib_port_t data for this port type.
| typedef struct hamlib_port hamlib_port_t |
Port definition.
Of course, looks like OO painstakingly programmed in C, sigh.
| typedef struct hamlib_port_deprecated hamlib_port_t_deprecated |