rig Struct Reference
[Rig (transceiver) API]

The Rig structure. More...

#include <rig.h>


Data Fields

struct rig_capscaps
struct rig_state state
struct rig_callbacks callbacks


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
Examples:

/tests/testrig.c.


Field Documentation

struct rig_caps* rig::caps [read]

Pointer to rig capabilities (read only)

struct rig_state rig::state [read]

Rig state

Examples:
/tests/testrig.c.

registered event callbacks


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

Hamlib documentation for version 1.2.8 -- Mon Dec 15 18:03:30 2008
Project page: http://hamlib.org