![]() |
Hamlib 4.7.2
|
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) ((hamlib_port_t *)rig_data_pointer((r), RIG_PTRX_RIGPORT)) |
| #define | HAMLIB_PTTPORT(r) ((hamlib_port_t *)rig_data_pointer((r), RIG_PTRX_PTTPORT)) |
| #define | HAMLIB_DCDPORT(r) ((hamlib_port_t *)rig_data_pointer((r), RIG_PTRX_DCDPORT)) |
| #define | HAMLIB_AMPPORT(a) ((hamlib_port_t *)amp_data_pointer((a), RIG_PTRX_AMPPORT)) |
| #define | HAMLIB_ROTPORT(r) ((hamlib_port_t *)rot_data_pointer((r), RIG_PTRX_ROTPORT)) |
| #define | HAMLIB_ROTPORT2(r) ((hamlib_port_t *)rot_data_pointer((r), RIG_PTRX_ROTPORT2)) |
| #define HAMLIB_AMPPORT | ( | a | ) | ((hamlib_port_t *)amp_data_pointer((a), RIG_PTRX_AMPPORT)) |
Macro for application access to hamlib_port_t data for this port type.
| #define HAMLIB_DCDPORT | ( | r | ) | ((hamlib_port_t *)rig_data_pointer((r), RIG_PTRX_DCDPORT)) |
Macro for application access to hamlib_port_t data for this port type.
| #define HAMLIB_PTTPORT | ( | r | ) | ((hamlib_port_t *)rig_data_pointer((r), RIG_PTRX_PTTPORT)) |
Macro for application access to hamlib_port_t data for this port type.
| #define HAMLIB_RIGPORT | ( | r | ) | ((hamlib_port_t *)rig_data_pointer((r), RIG_PTRX_RIGPORT)) |
Macro for application access to hamlib_port_t data for this port type.
| #define HAMLIB_ROTPORT | ( | r | ) | ((hamlib_port_t *)rot_data_pointer((r), RIG_PTRX_ROTPORT)) |
Macro for application access to hamlib_port_t data for this port type.
| #define HAMLIB_ROTPORT2 | ( | r | ) | ((hamlib_port_t *)rot_data_pointer((r), RIG_PTRX_ROTPORT2)) |
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 |