From 4a4227620b734add2a1b7ab14bdbac8bbb21ab60 Mon Sep 17 00:00:00 2001
From: zimoch <zimoch>
Date: Thu, 14 Apr 2005 11:47:00 +0000
Subject: [PATCH] function description added

---
 README | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/README b/README
index 4dfb114f..18076bf4 100644
--- a/README
+++ b/README
@@ -1,2 +1,21 @@
 Functions in this library depend on EPICS but are not
 real device drivers. It's a bunch of utilities.
+
+Functions are:
+
+require "<lib>" [,"<version>"]
+ shell function
+ load a library and its dbd file
+
+updateMenuConvert
+ shell function
+ add all breakpoint tables found on this ioc to menu convert
+ 
+bootNotify
+ startup script function
+ call a script on the boot pc and tell it a lot of boot infos
+ 
+iocCheck / iocCheckInit
+ subroutine record function
+ set record to 0 if any task dies
+ reset record to 1 when 1 is written to A
-- 
GitLab