Hamlib 4.7~git
Loading...
Searching...
No Matches
s_rig Struct Reference

The Rig structure. More...

#include <rig.h>

Collaboration diagram for s_rig:

Data Fields

struct rig_capscaps
struct rig_state_deprecated state_deprecated
struct rig_callbacks callbacks
struct rig_state state
struct rig_cachecache_addr

Detailed Description

The Rig structure.

This is the master data structure, acting as a handle for the controlled rig. A pointer to this structure is returned by the rig_init() API function and is passed as a parameter to every rig specific API call.

See also
rig_init(), rig_caps(), rig_state()

Field Documentation

◆ callbacks

struct rig_callbacks s_rig::callbacks

registered event callbacks

◆ caps

struct rig_caps* s_rig::caps

Pointer to rig capabilities (read only)

Examples
/tests/testrig.c.

◆ state

struct rig_state s_rig::state

Rig state

◆ state_deprecated

struct rig_state_deprecated s_rig::state_deprecated

Deprecated Rig state


The documentation for this struct was generated from the following file: