Hamlib  4.1
rot_caps Struct Reference

Rotator data structure. More...

#include <rotator.h>

Detailed Description

Rotator data structure.

Rotator Caps

The main idea of this struct is that it will be defined by the backend rotator driver, and will remain readonly for the application. Fields that need to be modifiable by the application are copied into the struct rot_state, which is a kind of private of the ROT instance.

This way, you can have several rigs running within the same application, sharing the struct rot_caps of the backend, while keeping their own customized data.

mdblack: Careful moving fields around, as the backends depend on it when initializing their caps in shared libraries and dlls.


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

Generated by doxygen 1.9.1

Hamlib documentation for version 4.1 -- Mon Feb 1 2021 08:00:28
Project page: http://www.hamlib.org