Commit Graph

339 Commits

Author SHA1 Message Date
Marty Kraimer 2792f1fc6b DTYP for fields that have no devixe support was incorrect 1995-12-04 15:08:14 +00:00
Janet B. Anderson edcd482415 Added rule for dbCommon.ascii 1995-12-01 17:11:34 +00:00
Marty Kraimer e113a5bed2 Change pdbBase to pdbbase 1995-12-01 16:57:49 +00:00
Janet B. Anderson 4407b2f24f Modified method of building and installing. 1995-11-30 22:50:42 +00:00
Marty Kraimer e96488dbb6 initial for menus was missing 1995-11-30 22:00:53 +00:00
Marty Kraimer a2b2fe76fd remove #define LOCAL 1995-11-29 18:50:01 +00:00
Marty Kraimer 8d8f5754a1 Changes for replacing default.dctsdt by all ascii files 1995-11-29 14:36:02 +00:00
Marty Kraimer 6c1d42f41d Changes for replacing default.dctsdr by all ascii files 1995-11-29 14:27:19 +00:00
Marty Kraimer 1ca96e0116 recGblGetAlarmDouble was not setting upper_warning_limit and lower_alarm_limit 1995-10-11 19:41:22 +00:00
Andrew Johnson 44d65d9477 Fixed main() for use as host tool - was *really* broken. 1995-10-04 20:42:05 +00:00
Marty Kraimer 1beb157ab0 new database access has units as 16 char null terminated. old has 8 char null 1995-09-27 19:54:50 +00:00
Jim Kowalkowski b64fa8bd87 Fixed bug in TSinit - Gives defaults to TSdirectTime() and TSdriverInit() if
event time disabled with TSconfigure().
1995-09-12 15:01:09 +00:00
Marty Kraimer e635080cef Fixed problems with freeing pvd 1995-08-30 17:43:19 +00:00
Jim Kowalkowski be85da6a3a *** empty log message *** 1995-08-30 15:38:39 +00:00
Marty Kraimer cb78c5adb8 Changes so that function prototype for db_post_event defined 1995-08-28 14:50:32 +00:00
Marty Kraimer 89a6d17353 Added argument verbose to dbPvdDump 1995-08-22 12:23:37 +00:00
Marty Kraimer d2347c497c Changes for ansi c 1995-08-18 15:07:32 +00:00
Marty Kraimer 099f63fb20 Made changes for ansi c 1995-08-18 13:19:37 +00:00
Jim Kowalkowski e1b04e69bb fixed all the -pendantic errors (pain) 1995-08-17 20:35:09 +00:00
Janet B. Anderson b9a5acc88c Fixed comment that broke during previous commit 1995-08-17 19:49:52 +00:00
Jim Kowalkowski 2ff81c09f0 Completed the accurate time stamp change. event number 0 is current time
updated at 60HZ, event -1 is the best time that can be provided (1000Hz in
the APS event system).  The vxWorks time is now correct (1970 instead of
1900).
1995-08-17 19:43:04 +00:00
Janet B. Anderson d492d665fc Moved cvtBpt.c from libCom so libCom now has no record header dependancies 1995-08-17 15:31:42 +00:00
Janet B. Anderson 6b659e8404 Makefile now uses library build rule from RULES.Vx.
Moved cvtBpt.c from libCom so libCom now has no record header dependancies
1995-08-17 15:31:24 +00:00
Marty Kraimer d9233e4864 ansi changes 1995-08-17 14:43:49 +00:00
Marty Kraimer 34bd710ffa Removed INITHOOKafterSetEnvParams 1995-08-17 14:42:43 +00:00
Marty Kraimer 438f00a708 Changes to make more ansi compatible 1995-08-17 14:42:12 +00:00
Marty Kraimer 622a225308 Changed hash algorithm to allow larger table sizes 1995-08-17 14:41:05 +00:00
Marty Kraimer 1c14ac4941 post_event and scanOnce no longer give error message storms for ring buffer overflows.
Made changes so that casts are ANSI C compatible
1995-08-17 14:39:46 +00:00
Marty Kraimer df2ce01069 Made change for new putNotify 1995-08-17 14:36:54 +00:00
Marty Kraimer f7aa394524 Changed algorithm for computing lock sets.
No longer calls epicsSetEnvParams.
1995-08-17 14:36:29 +00:00
Marty Kraimer ed6047ec51 Many changes. It should now work in all cases( I hope). 1995-08-17 14:35:47 +00:00
Marty Kraimer a3573cd384 If record should be processed because of put and record is active and TPRO is true then print active message.
Fixed some casts so that they are ANSI compatible
putStringUshort converts to float first then to ushort
putStringUlong converts to double first then to unsigned long
1995-08-17 14:34:55 +00:00
Marty Kraimer 81deb4fceb Use new hash algorirthm. New variable dbPvdHashTableSize can be set after ld < iocCore 1995-08-17 14:33:55 +00:00
Marty Kraimer b7378bbc62 Added -Wall -pedantic -ansi 1995-08-17 14:33:18 +00:00
Jim Kowalkowski 0462aed01d Many updates. Added GPS ability and adjusted the printf's. 1995-08-16 19:03:21 +00:00
Jim Kowalkowski 47843d49a0 updates to allow direct read of time stamps from event systems 1995-05-22 15:21:39 +00:00
Marty Kraimer 81fb796c8d Allow record names to start with a digit. 1995-04-26 13:34:33 +00:00
Marty Kraimer f6025d2a1f Fixed bugs in dnNotify code. Move code to dbNotify.c from dbLink and dbAccess 1995-03-30 19:04:34 +00:00
Marty Kraimer 4cc62a1fce Take errInit out of dbLoad 1995-03-08 13:45:36 +00:00
Marty Kraimer 9bdea89b06 errInit must be called before errPrintf 1995-03-07 21:17:16 +00:00
Jeff Hill 5d3ded4397 ssert to epicsAssert.h 1995-03-07 01:21:16 +00:00
Jeff Hill df876abf50 fixed warning messages 1995-03-06 22:37:04 +00:00
Marty Kraimer c5fce1bd6c Added callbackRequestProcessCallback 1995-03-03 14:50:06 +00:00
Johnny Tang 103bd7492a added RF_IO data structure. 1995-02-28 00:51:55 +00:00
Marty Kraimer 49b77d096f Add include #include <vxWorks.h> 1995-02-27 15:33:12 +00:00
Matt Needes 339d08b71d Fixed locking error. OOPS. 1995-02-23 21:45:03 +00:00
Matt Needes 687e1a2c16 Fixed a comment. 1995-02-23 21:43:34 +00:00
Marty Kraimer b1382c3f19 All err init done by errInit 1995-02-17 20:50:21 +00:00
Marty Kraimer d7275641dc Revert to previous version of dbpf 1995-02-14 19:57:38 +00:00
Janet B. Anderson afd124a431 Added cvs Id keyword 1995-02-13 21:44:49 +00:00