Hamlib/kylix
Mikael Nousiainen b19a9138a6 Set FILPATHLEN to 512 instead of 100 to support longer device file names -- especially ones generated by udev 2018-04-22 19:53:50 -05:00
..
tests Initial commit of Kylix binding 2002-01-14 10:29:49 +00:00
HamlibComponents.pas Initial changes for ft100 2002-03-04 12:57:49 +00:00
Makefile.am Initial revision 2002-01-22 21:11:24 +00:00
README Initial commit of Kylix binding 2002-01-14 10:29:49 +00:00
hamlib_rigapi.pas Set FILPATHLEN to 512 instead of 100 to support longer device file names -- especially ones generated by udev 2018-04-22 19:53:50 -05:00
hamlib_rotapi.pas Added rot_move function 2002-01-16 16:52:33 +00:00

README

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>