Added tag 1.1.3 for changeset aa915c3c2151
Fix typo: Renamed READNE.rst to README.rst.
Added tag 1.1.2 for changeset 61c6c1b28672
File READNE.rst was added.
Added tag 1.1.1 for changeset 249f05432977
Administration tools were added.
Clarification of the license text.
Added tag 1.1 for changeset a74b3099706e
catool is now published under the EPICS license.
Added tag 1.0 for changeset 28ef278aadae
Bugfix in catool_put(), the function didn't use the given value.
catool_put() now prints an error message if it cannot connect to a PV.
In catool_monitor, the callback function now also gets an arbitrary pointer.
catool_monitor now allows to monitor more than one pv at a time.
For monitors, the event subscription is now done at a different place.
For catool_monitor, the callback function now gets the timestamp of the event.
The monitor function now calls the callback periodically.
The monitor function now supports abitrary types.
A function to do a "camonitor" on a double value was added.
The put and get functions can now operate with various value types.
The catool_pv structure is not initialized with zeroes.
test of dbd bugfix
epicsRegisterFunction calls were added....
Simple functions to get or put double values were added.
This is catool, a support that adds code from "catools" of EPICS base.