Commit Graph

131 Commits

Author SHA1 Message Date
Andrew Johnson
ab7011a214 Fixes for IOCs on 64-bit platforms.
empty string to char conversions now produce 0, not '0'.
Record types ANSIfied by John Hammonds.
2008-07-01 16:49:08 +00:00
Andrew Johnson
e21bf9d9f1 Fixed bug in dbPutFieldLink: Couldn't change INP/OUT field of any record
type that has no registered device support, whereas we should treat this
field just as any other non-device link field.
2008-06-05 22:06:58 +00:00
Andrew Johnson
048e840928 Oops, missed a few bits... 2008-06-04 19:54:15 +00:00
Andrew Johnson
45bfa63a7d static putSpecial() => public dbPutSpecial() for redundancy use. 2008-06-03 22:40:10 +00:00
Andrew Johnson
99f8eede0b const arguments to dbLoadRecords and dbLoadDatabase. 2008-05-12 16:48:31 +00:00
Andrew Johnson
4deb3a92c9 Fixed 64-bit bug copying timestamp. 2008-02-21 19:47:37 +00:00
Andrew Johnson
2a7c2e9d26 Breakpoint initialization and cleanup. 2006-12-19 16:20:47 +00:00
Andrew Johnson
3fe19655a1 Fixes for various GCC warnings. 2006-12-06 17:10:26 +00:00
Andrew Johnson
0da934250f Leave PACT true if INP/OUT put fails. 2005-11-17 19:16:22 +00:00
Andrew Johnson
f0a579cca3 DSXT Bug: Don't call dsxt->del_record() more than once if there's a failure. 2005-11-16 23:37:33 +00:00
Andrew Johnson
12727edb36 Extended Device Support interface. 2005-10-31 20:54:10 +00:00
Marty Kraimer
f7b6224b73 remove unused code 2005-08-25 13:03:30 +00:00
Jeff Hill
3e05c90653 added dbNameOfPV and dbNameSizeOfPV 2004-10-19 21:03:20 +00:00
Marty Kraimer
55ac37cfac Data Base Request Option DBR_ENUM_STRS for the DTYP field ofsoft records can cause an IOC to crash. 2004-06-07 12:11:20 +00:00
W. Eric Norum
bfd0826f03 A NULL or empty name is an error. 2004-02-19 01:17:39 +00:00
W. Eric Norum
72db656797 Don't dereference NULL pointer argument. 2004-02-19 01:15:08 +00:00
Andrew Johnson
89addc09d7 Enhanced the TPRO trace output to include the executing thread name 2003-08-12 21:53:14 +00:00
Janet B. Anderson
93b0bf478d Updated license comments. 2002-07-12 21:35:43 +00:00
Marty Kraimer
15ffb0e2b2 call recGblTSELwasModified for TSEL field
Some cosmetic changes
2002-07-12 14:59:26 +00:00
Marty Kraimer
ea7b1518b2 set putf false if record disabled 2002-05-06 18:56:57 +00:00
Marty Kraimer
31bbf5997a TPRO did not work if dbProcess called recursively by different tasks 2002-04-08 14:46:14 +00:00
Marty Kraimer
cb843f3e6a changes for putNotify code 2002-03-18 19:32:21 +00:00
Marty Kraimer
a436861676 major revision to putNotify 2002-02-28 15:29:45 +00:00
Jeff Hill
f49289fdd0 fixed problem where put conversion fails but nevertheless
1) caller of db_put_field gets successful status
2) the array size is modified.
2001-06-01 22:19:04 +00:00
Marty Kraimer
a8f3980097 Fix dbScanLock so it takes global lock 2001-03-26 21:40:07 +00:00
Marty Kraimer
b68d241c44 make it lock 2001-03-23 22:01:05 +00:00
Marty Kraimer
e80ea9a289 add const in may places 2001-02-06 15:19:53 +00:00
Marty Kraimer
6a52eff141 osiTime=>epicsTime 2001-01-31 13:34:02 +00:00
Marty Kraimer
dbe9c8e75f changes for osiThread=>epicsThread 2001-01-18 19:08:14 +00:00
Marty Kraimer
36a69befd8 replace osiSem with epicsMutex and/or epicsEvent 2001-01-11 16:15:14 +00:00
Marty Kraimer
232aaf659d zero upper_disp_limit, etc 2000-08-30 12:18:05 +00:00
Marty Kraimer
9bba2b9dc5 added new utility functions 2000-04-28 18:28:59 +00:00
Marty Kraimer
51faf1f45a move dbLoadDatabase and dbLoadRecords to dbAccess.c 2000-02-29 21:02:04 +00:00
Marty Kraimer
186748dc8d more changes for win32 build 2000-02-29 19:33:37 +00:00
Marty Kraimer
4caa557842 still changes for building win32 dlls 2000-02-28 22:21:10 +00:00
Marty Kraimer
dd94c5714e set pdbbase =0; 2000-02-28 20:11:07 +00:00
Marty Kraimer
3cf6b5d37a changes for creating win dlls 2000-02-28 19:40:58 +00:00
Marty Kraimer
7a24fa2299 more changes for creating dlls 2000-02-25 22:28:44 +00:00
Marty Kraimer
92f89579f6 changes for creating DLLs 2000-02-25 22:01:31 +00:00
Marty Kraimer
fea2884cfe changes so that db doesnt call as 2000-02-24 19:47:22 +00:00
Marty Kraimer
894521916a move declaration for pdbbase from iocInit to dbAccess 2000-02-24 15:12:07 +00:00
Marty Kraimer
20196ff502 replace osiClock calls with tsStamp calls 2000-01-04 20:26:19 +00:00
Marty Kraimer
e37bd9fac8 changes for 3.14 1999-09-13 18:28:08 +00:00
Andrew Johnson
fe89248624 Converted most void* entries in dbCommon into struct ... * entries
and removed the casts in the code.  There are more casts in device
and record support which should now be removed, but I haven't done
them (yet..).
1999-05-13 20:52:40 +00:00
Marty Kraimer
5f2780f773 new routine dbGetLinkDBFtype is now available. It returns the field type of a database link.
dbNotify was fixed to work correctly for putNotify as well as put.
 scanppl now accepts an argumeny rate. scanpel accepts an argument event_number
1998-04-20 16:00:19 +00:00
Marty Kraimer
9cb14b5f13 add support for field attributes 1998-03-16 16:21:50 +00:00
Marty Kraimer
df1d467188 get rid of some warning messages 1998-01-22 14:48:43 +00:00
Marty Kraimer
b736f540cf Add DBE_LOG to DBE_VALUE 1998-01-20 16:00:58 +00:00
Marty Kraimer
bff266bef3 Fixed compiler warning messages 1997-04-30 18:37:50 +00:00
Jeff Hill
7a8878dec6 API changes 1997-04-10 19:56:38 +00:00