]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Thu, 31 May 2001 13:33:51 +0000 (13:33 +0000)
committerhades <hades>
Thu, 31 May 2001 13:33:51 +0000 (13:33 +0000)
allParam/ca/README
allParam/file/README
allParam/ora/README

index 52aa37ef505e2a7f08a3a6106b43f36e0ad98069..89445345359d3de20826fa288fceef841fbed04b 100644 (file)
@@ -63,6 +63,13 @@ Setup can be ommited when asking for the default parameter source.
   values, do not deliver a '-1' return value, but '0' (as this cannot be
   distinguished from just not available parameters.
 - Behaviour with timeouts is not understood quite well.
+- The string-length limitation to 40 characters appears also in the case of the
+  Param_getFilename() call. The next version may weaken the problem by just
+  transferring the relative name and the glob(basedir)-variable seperately
+  as strings. This would allow at least 40+40 characters to be transported as
+  the filename, but make the Param_getFilename() call of the server-linked
+  library obsolete. Better solutions are feared because the break the
+  philosophy of EPICS channel access.
 
 2. daq_<lib>_param_cas
 ======================
index 305d01c03399c544e1f983c6ef2557d1ae412b36..e56800113d3e4cd4d5c14c137b9995d6f22a9615 100644 (file)
@@ -47,12 +47,16 @@ a correct path as a value.
 4. Known bugs and further developement perspectives
 ---------------------------------------------------
 
-  Although users now claim to have tcl on all of their systems, libfileParam.a
-has been developed further to fix the most severe bugs and include the new
-features of the version 0.2. Nevertheless, not all of the features of tcl are
-supported correctly. Only the 'set'-command is read and builtin-variables
-(like access to the enviroment) are not available. The treatment of comments
-can be different to that the tcl-interpreter likes.
+- Although users now claim to have tcl on all of their systems, libfileParam.a
+  has been developed further to fix the most severe bugs and include the new
+  features of the version 0.2. Nevertheless, not all of the features of tcl are
+  supported correctly. Only the 'set'-command is read and builtin-variables
+  (like access to the enviroment) are not available. The treatment of comments
+  can be different to that the tcl-interpreter likes.
+- Up to now, the different behavior of the sscanf()-function in Linux and
+  LynxOS make it necessary to distinguish between both via precompiler-defines,
+  which is not set up properly up to now. So this version only supports
+  Linux-operating systems while LynxOS-calls are proven to fail at all.
 
 Please send bug reports to
 
index 44075e26da7610358297fdb294754c0c08fc0735..54903b1f3a23b20c6f004c956c9141bef9c418d8 100644 (file)
@@ -57,7 +57,14 @@ most urgent thing to improve is the shape of the database itself as well as
 filling the tables with proper values for testing with 'real' data and
 requirements. The least developped feature connected to this library at all
 are proper insert forms to fill the database with the correct information
-without the knowledge of the exact structure of the database at all.
+without the knowledge of the exact structure of the database at all. Up to now,
+Param_getBlob() just opens a file stream in the directory structure of the
+calling program, of which the name is retrieved with a Param_getFilename()
+call. This should change into the extraction of blobs directly out of the
+database in coming versions (if discovered to be practical at all).
+Param_getFilename() calls are not disguised from Param_getString() calls
+except the adding of the prefix path glob(basedir). No special tables
+containing Filename-type entries are forseen up to now.
 
 Please send further bug reports to