Hamlib 4.7.2
Loading...
Searching...
No Matches
Data Structures | Typedefs

Hamlib port data structures. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hamlib_port
 Port definition. More...
 
struct  hamlib_port_deprecated
 

Macros

#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))
 

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.
 

Detailed Description

Hamlib port data structures.

This file contains the data structures and declarations for the Hamlib port Application Programming Interface (API).