Ralph Lange
7e6e38060f
catools: Change behaviour of camonitor when printing array of chars as string
...
camonitor was using strlen() to find out the length of the array to print as %s string,
which led to printing old buffer contents when the array-string was not null terminated.
Now uses the minimum of strlen(), elements received, and elements requested.
Suggested by Mark Rivers on tech-talk (11 Sep 2012)
2012-09-11 16:58:43 +02:00
Michael Abbott
aa23ab63f1
Add autosizing array support for caget and camonitor.
2010-08-11 16:39:52 -05:00
Ralph Lange
c8470a2473
Added -l.. commandline options to catools (by Stephanie Allison)
2009-12-15 22:05:55 +00:00
Andrew Johnson
1ea4b4414a
Memory allocation checks from Micheal Davidsaver.
2009-05-05 15:35:05 +00:00
Ralph Lange
f30a89d249
Remove CVS Id that causes just too much trouble.
2009-04-03 14:37:59 +00:00
Ralph Lange
40d0942a81
Remove fake BNL copyright notice until we have a license agreement.
2009-04-03 14:33:37 +00:00
Ralph Lange
e18eb714a8
Print OFS for empty (suppressed) STAT/SEVR fields (catools)
2009-04-02 18:52:59 +00:00
Ralph Lange
f156474714
Fix: Print indentation (catools)
2009-04-02 15:39:13 +00:00
Ralph Lange
e484093493
Bugfixes plus added support for escaping non-printables and field separator to CA commandline tools.
2009-04-02 02:14:33 +00:00
Ralph Lange
6a17b86743
Added support for handling strings as arrays of char (aka long strings); new -S option switches this feature.
...
Fixed some inconsistencies with data print formats for enums and arrays.
2009-03-31 19:39:06 +00:00
Ralph Lange
c5773eafb4
Added -p option to specify CA priority.
2008-11-14 13:03:25 +00:00
Ralph Lange
84f56e57f4
Changed timestamp related commandline options, added choice of client and/or server timestamps.
2008-09-29 14:10:51 +00:00
Ralph Lange
22ef6a9653
Use separate flag for once_connected state.
2004-10-19 15:20:34 +00:00
Ralph Lange
6c12088e2a
+= connection status reporting (based on Jeff's suggestions plus timestamps for connection loss events)
2004-09-23 15:47:57 +00:00
Ralph Lange
1c594c2522
Warning fix.
2004-05-28 11:33:11 +00:00
Ralph Lange
2cdb8d2cbb
Cosmetic changes (misleading var name).
2004-05-28 11:00:25 +00:00
Ralph Lange
d625b13899
Bugfix for absolute timestamps.
2004-05-26 12:51:21 +00:00
Ralph Lange
50f58c9974
Fix: name clash on Solaris.
2004-05-25 09:29:49 +00:00
Ralph Lange
09ef609f43
Use epicsTime (instead of tsDefs); improved timestamp format and behaviour; fixed compiler warnings.
2004-04-22 15:56:59 +00:00
Ralph Lange
f169cd57f9
camonitor += relative and incremental timestamps
2004-04-21 13:46:28 +00:00
Ralph Lange
b53ad8b82f
Removed malloc.h reference (Eric says ANSI says stdlib.h)
2004-01-20 15:29:47 +00:00
Ralph Lange
3ea334068e
Added parseOptions to add getopt() functionality (and allow compiling on WIN32)
2004-01-20 12:41:16 +00:00
cvs2svn
f58b4e2efd
This commit was manufactured by cvs2svn to create branch 'B3.14'.
2004-01-20 12:38:42 +00:00