Hamlib/extra/kylix
Mike Black W9MDB 1beacd56bd Migrate README in kylix 2022-06-17 15:42:17 -05:00
..
tests Fix spelling errors 2020-07-24 09:02:48 +02:00
HamlibComponents.pas Fix spelling errors 2020-07-24 09:02:48 +02:00
Makefile.am Migrate README in kylix 2022-06-17 15:42:17 -05:00
README.kylix Migrate README in kylix 2022-06-17 15:42:17 -05:00
hamlib_rigapi.pas Initial implementation of: reader thread for async handling of rig data, UDP multicast publisher routine and rig state poll thread routine. The reader thread can correctly handle asynchronous data, such as transceive or spectrum data. Work in progress: multi-platform code for I/O routines still missing and the poll routine is not yet in use. Tested briefly on an IC-7300 so far. 2021-11-28 20:52:29 +02:00
hamlib_rotapi.pas Fix spelling errors 2020-07-24 09:02:48 +02:00

README.kylix

hamlib for Borland's Kylix
~~~~~~~~~~~~~~~~~~~~~~~~~~

This is a Kylix binding for use with Hamlib.  Binding consists of three files:

hamlib_rigapi.pas :

    This file have the same function as `rig.h' for the C language.  This 
    file should also be kept synchronized with `rig.h`.

hamlib_rotapi.pas

    This file have the same function as `rotator.h' for the C language. This 
    file should be kept synchronized with 'rotator.h'.

HamlibComponents.pas

    This file contain two components that encapsulate the rig and rotator 
    frontends.  It is very simular to the C++ class.

  
A simple test program is included in the tests/ directory.  It implements
a selection dialog and a very simple Radio Control dialog.

This binding was develop with Borland Kylix Open Edition Ver 2.0. Open Edition
is freely downloadable from Borland's website for use with GPL projects.
 http://www.borland.com/kylix/

Contributors:
    Francois Retief     <fgretief@sun.ac.za>