Commit Graph

475 Commits

Author SHA1 Message Date
Marty Kraimer
e37bd9fac8 changes for 3.14 1999-09-13 18:28:08 +00:00
Jeff Hill
f16b63da0b fixed bug where time sync UDP client was getting in a state where
it was using the response from the previous request, and ending
up setting the time 10 seconds back
1999-08-26 21:36:39 +00:00
Jeff Hill
a74f3f98b4 global reformat 1999-08-05 21:50:21 +00:00
Marty Kraimer
534d53f8e0 remove reboot 1999-07-08 14:38:59 +00:00
Marty Kraimer
f1963332ed make dbpr work correctly for DBF_NOACCESS 1999-07-08 14:38:39 +00:00
Marty Kraimer
5dfbd99af1 make ACKT DCT confgurable 1999-07-08 14:37:37 +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
Jeff Hill
430e4ced23 be backwards compatible 1999-05-03 15:54:05 +00:00
Jeff Hill
b4ba1b10c2 removed potential infinite recursion from tsForceSoftSync() 1999-02-11 17:02:34 +00:00
Jeff Hill
01c8c46af1 fixed spelling 1999-01-27 21:14:46 +00:00
Jeff Hill
2f1f934bbe restored locationProbe() 1999-01-27 18:42:36 +00:00
Marty Kraimer
14414ab86f If dbPutNotify called dbProcess and dbProcess returned an error the notify completion callback was called twice. 1999-01-06 18:59:20 +00:00
Jeff Hill
d2acbb21b5 improved the portability of devLib 1998-12-19 01:32:35 +00:00
Jeff Hill
30c1e46737 fixed event cancel race condition 1998-11-18 00:51:41 +00:00
Jeff Hill
12a36129a9 backed out changes accidently checked in 1998-11-17 02:39:17 +00:00
Jeff Hill
d2392d1bfa fixed order problem npend-- vs callBackInProgress 1998-11-17 02:17:03 +00:00
Marty Kraimer
2ce2fc4c86 call taskSuspend instead of exit 1998-11-09 17:06:34 +00:00
Jeff Hill
1ba75e94e8 fixed potential event discard under heavy load 1998-10-20 18:45:10 +00:00
Marty Kraimer
e334526dec fixed sync bugs 1998-10-06 18:09:28 +00:00
Marty Kraimer
58cb660fd8 Put html doc with source 1998-09-29 14:12:16 +00:00
Marty Kraimer
161e66adc4 added dbCaGetTimeStamp 1998-09-29 14:11:33 +00:00
Marty Kraimer
aefa82520a TSsetClockFromUnix was made global 1998-09-29 14:11:03 +00:00
Jeff Hill
c5cd953aba use ipAddrToA 1998-06-18 00:15:03 +00:00
Jeff Hill
c8be1c9e5e use aToIPAddr() 1998-06-16 03:20:35 +00:00
William Lupton
142aa9571a changed to use symFindByNameEPICS 1998-06-04 19:21:23 +00:00
Marty Kraimer
cce25a0f8a base.* moved to makeBaseApp; DBDINSTALL removed from Makefile.Vx 1998-05-29 18:29:29 +00:00
Marty Kraimer
601de8c5e5 changed from semBCreate to semMCreate 1998-05-20 20:59:46 +00:00
Jeff Hill
d65fce5b3f fixed doc 1998-05-05 21:06:20 +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
Janet B. Anderson
d11f4d1cdf Added files from src/devOpt. 1998-03-26 19:25:29 +00:00
Marty Kraimer
4486982ee6 Checked for Y2K complience. It turns out it was even ok when NTP time overflows
in 2036. However it was modified so that no overflows should occur while convert
ing between NTP, UNIX, and EPICS epochs.
In addition the conversion of fractions of a second to nanaoseconds was changed
Formatting was changed so that interesting code does not run off right side of page.
Hopefully EPICS base is now fine for Y2K.
In fact it should be fine (as far as time is converned) until the Unix epoch
overflows a 32 unsigned integer in the year 2106.
1998-03-19 20:41:16 +00:00
Marty Kraimer
9cb14b5f13 add support for field attributes 1998-03-16 16:21:50 +00:00
Marty Kraimer
c62b683f13 Add DBR_CLASS_NAME 1998-03-16 16:21:05 +00:00
Marty Kraimer
b9dc729011 Allow dbhcr to accept filename argument 1998-03-16 16:20:16 +00:00
Marty Kraimer
769c340d64 Add DBR_STSACK_STRING and DBR_CALSS 1998-03-16 16:10:54 +00:00
Marty Kraimer
55a206cb47 Get rid of size field on DBF_NOACCESS fields 1998-03-16 16:09:35 +00:00
Janet B. Anderson
329445119c Config changes for extensions and config simplification. 1998-03-12 04:54:55 +00:00
Marty Kraimer
df1d467188 get rid of some warning messages 1998-01-22 14:48:43 +00:00
Marty Kraimer
94b3a7f5f9 changes for devSymb 1998-01-21 21:11:12 +00:00
Marty Kraimer
4bfe2bf8ee Fix include statements 1998-01-20 16:20:07 +00:00
Marty Kraimer
fa408da672 The no alarm string changed from "" to "NO_ALARM" 1998-01-20 16:19:04 +00:00
Marty Kraimer
af15099122 errMsg => errPrintf; changes for iocHook 1998-01-20 16:17:26 +00:00
Marty Kraimer
126c9da8ba initHooks MUST be product or else old code will break 1998-01-20 16:13:08 +00:00
Marty Kraimer
ef53dd7069 initHooks is now library function 1998-01-20 16:10:21 +00:00
Marty Kraimer
9a6af026a5 This is version described in 3.13beta11 App Dev Guide 1998-01-20 16:09:26 +00:00
Marty Kraimer
b736f540cf Add DBE_LOG to DBE_VALUE 1998-01-20 16:00:58 +00:00
Marty Kraimer
3febbc8791 Fix include statements 1998-01-20 16:00:22 +00:00
Marty Kraimer
899fe2ff7b devMpc removed 1998-01-20 15:59:23 +00:00
Marty Kraimer
07ab4e3d5d 1) Soft raw device support is uncommenmted
2) Device support for the Allen Bradley SLC is changed.
1998-01-20 15:57:59 +00:00
Janet B. Anderson
68522430b3 Host build now installs dbd files. 1997-11-19 21:45:59 +00:00