Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

rig Struct Reference

The Rig structure. More...

#include <rig.h>


Data Fields

rig_capscaps
rig_state state
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_callbacks rig::callbacks
 

registered event callbacks

struct rig_caps* rig::caps
 

Pointer to rig capabilities

struct rig_state rig::state
 

Rig state

Examples:
/tests/testrig.c.


The documentation for this struct was generated from the following file:
Generated on Sat Sep 30 15:49:37 2006 for Hamlib - the C library reference by  doxygen 1.4.4