rot_state Struct Reference
[Rotator API]

Live data and customized fields. More...

#include <rotator.h>


Data Fields

azimuth_t min_az
azimuth_t max_az
elevation_t min_el
elevation_t max_el
hamlib_port_t rotport
int comm_state
char * priv
char * obj


Detailed Description

Live data and customized fields.

Rotator state

This struct contains live data, as well as a copy of capability fields that may be updated (ie. customized)

It is fine to move fields around, as this kind of struct should not be initialized like caps are.


Field Documentation

Lower limit for azimuth (overridable).

Upper limit for azimuth (overridable).

Lower limit for elevation (overridable).

Upper limit for elevation (overridable).

Rotator port (internal use).

Comm port state, opened/closed.

Pointer to private rotator state data.

Internal use by hamlib++ for event handling.


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

Hamlib documentation for version 1.2.7 -- Tue Aug 26 21:43:29 2008
Project page: http://hamlib.org