Jeff Hill
db50e1bdd7
Added test of the duration of ca_pend_event()
1995-08-22 00:16:34 +00:00
Jeff Hill
96605d4439
Use 1.0/USEC_PER_SEC and not 1.0e-6
...
Check for S_db_Pending when calling dbPutNotify()
1995-08-22 00:15:19 +00:00
Jeff Hill
593bc413bf
*** empty log message ***
1995-08-22 00:12:07 +00:00
Marty Kraimer
3e20abece8
When initing new card wait yp to 3 seconds to read old values.
1995-08-18 17:59:09 +00:00
Marty Kraimer
79c01170e8
db_post_event had illegal arg for val field
1995-08-18 15:22:28 +00:00
Marty Kraimer
6c21758d23
fixed 2nd arg of db_post_event for clcv
1995-08-18 15:11:35 +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
Jeff Hill
665a5134d3
send flush message when we see a new client
1995-08-18 00:30:07 +00:00
Jim Kowalkowski
e1b04e69bb
fixed all the -pendantic errors (pain)
1995-08-17 20:35:09 +00:00
Janet B. Anderson
8375a2cf18
Moved bldEnvData,blderrSymTbl, makeStatTbl to libCom dir
1995-08-17 20:22:13 +00:00
Janet B. Anderson
300f38584b
Added base/tools scripts functionality to base/Makefile, removed scripts
...
Moved base/tools/MakeRelease to base dir.
1995-08-17 20:15:03 +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
63eefd2ba8
Makefile now uses library build rule from RULES.Vx
1995-08-17 15:43:34 +00:00
Janet B. Anderson
f9f8e55035
Moved cvtBpt.c to db dir so libCom builds without record header dependancies
1995-08-17 15:39:10 +00:00
Janet B. Anderson
0f8f36c4bb
Makefile now uses library build rule from RULES.Vx
...
Moved cvtBpt.c to db dir so libCom builds without record header dependancies
1995-08-17 15:38:03 +00:00
Janet B. Anderson
fd6e666256
Makefile now uses library build rule from RULES.Vx
1995-08-17 15:33:47 +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
Janet B. Anderson
43ecde53f3
Makefile now uses library build rule from RULES.Vx,removed redundant rules.
1995-08-17 15:28:32 +00:00
Janet B. Anderson
e6ffa71c54
Removed redundant rules.
1995-08-17 15:27:11 +00:00
Janet B. Anderson
be6ecdfe24
Makefile now uses library build rule from RULES.Vx
1995-08-17 15:25:45 +00:00
Marty Kraimer
e6bec6af38
mrk committed for dalesio
1995-08-17 14:51:53 +00:00
Marty Kraimer
59a2f10867
Initialize oval properly
1995-08-17 14:50:43 +00:00
Marty Kraimer
00abe6b876
Removed recSwitch
1995-08-17 14:50:17 +00:00
Marty Kraimer
b0e9cc9fba
Made changes so that it doesnt call dbCalloc
1995-08-17 14:48:02 +00:00
Marty Kraimer
6eb04984bd
Removed epicsSetEnvParams
1995-08-17 14:47:40 +00:00
Marty Kraimer
d9a05d6051
added abConfigScanListAscii and abConfigAuto
1995-08-17 14:45:57 +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
Marty Kraimer
bdffdb0369
If asSetFilename is given NULL argument then next call to asInit turns off access security.
...
Allow character '-' in pvnames.
1995-08-17 14:31:52 +00:00
Ned Arnold
98809f8141
made QUEUE_SIZE a global variable so users could control mallocing
1995-08-16 20:53:26 +00:00
Jim Kowalkowski
8a0f66cb9b
Corrected multiple card bug.
1995-08-16 19:15:07 +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
ea279855da
Allow for ~ in both pv name and value.
1995-08-16 18:16:43 +00:00
Jeff Hill
66210afed7
epicsAPI => epicsShareAPI
1995-08-14 19:26:15 +00:00
Jeff Hill
c13d342680
fixed compilation error
1995-08-14 16:08:08 +00:00
Jeff Hill
549a4ba978
func proto added
1995-08-12 01:20:36 +00:00
Jeff Hill
cf7fe3deb4
force double alignment of the protocol buffer
1995-08-12 01:18:28 +00:00
Jeff Hill
ef8abaa44f
keep trying
1995-08-12 01:17:38 +00:00