Commit Graph

55 Commits

Author SHA1 Message Date
Marty Kraimer
37dcdccd39 new way to build 2000-01-24 21:28:52 +00:00
Jeff Hill
668451c43d use osiTime.h to get TS_STAMP 1999-12-14 21:35:34 +00:00
Marty Kraimer
ad46275c9e new makefile method; moved drvTS.h to vxWorks specific code 1999-11-18 13:30:07 +00:00
Jeff Hill
de872007b1 Tornado II does not allow intConnect with intel compiler 1999-10-20 22:17:59 +00:00
Janet B. Anderson
a28811599e More R3.14 changes. 1999-10-12 16:23:56 +00:00
Marty Kraimer
9ac1e36d7a moved from src/db 1999-09-13 18:21:31 +00:00
Marty Kraimer
82aeec907e new 1999-09-10 18:39:22 +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
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
Jeff Hill
d2acbb21b5 improved the portability of devLib 1998-12-19 01:32:35 +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
e334526dec fixed sync bugs 1998-10-06 18:09:28 +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
Jeff Hill
d65fce5b3f fixed doc 1998-05-05 21:06:20 +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
df1d467188 get rid of some warning messages 1998-01-22 14:48:43 +00:00
Marty Kraimer
4bfe2bf8ee Fix include statements 1998-01-20 16:20:07 +00:00
Marty Kraimer
eba09bd6af get rid of warning messages when using TS_1900_TO_* 1997-05-30 13:17:21 +00:00
Jim Kowalkowski
5e9ebd8b9b Fixed a bug in TSreport - printing of IP addresses was incorrect 1997-03-05 13:20:44 +00:00
Jim Kowalkowski
890de43c91 Print IP address on report 1997-01-20 15:31:00 +00:00
Jeff Hill
355fe461e7 installedMakefile.Host 1997-01-10 00:02:59 +00:00
Jeff Hill
9b05ce2169 added byte swapping for pc arch 1996-11-02 01:16:43 +00:00
Jim Kowalkowski
4ccdf79d2f added support for user defined soft events 1996-05-31 12:23:20 +00:00
Marty Kraimer
dbfab6b29e moved includes; .ascii=> .db; path changes 1996-01-25 21:13:33 +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
Jim Kowalkowski
be85da6a3a *** empty log message *** 1995-08-30 15:38:39 +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
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
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
Jeff Hill
df876abf50 fixed warning messages 1995-03-06 22:37:04 +00:00
Janet B. Anderson
afd124a431 Added cvs Id keyword 1995-02-13 21:44:49 +00:00
Janet B. Anderson
48cfc5ee15 Added cvs Id keyword 1995-02-13 16:09:14 +00:00
Jeff Hill
8bb3067b90 drvTS.c - use errMessage () as discussed with jbk
iocInit.c - static => LOCAL for debugging and many changes
		to the parser for resource.def so that we
		allow white space between tokens in env var
1995-02-13 03:54:24 +00:00
Jim Kowalkowski
0170e0c88a Removed the stinking message "Cannot contact master timing IOC ". 1995-02-02 17:15:55 +00:00
John Winans
faf07df760 Added a type field to the configure command to disable the use of the event
system hardware if desired.
1995-02-01 15:29:54 +00:00
John Winans
0f1c9c357a Changed error message in the event system error handler & added a conditional
based on a debug flag to print it... defaults to off.  (Per request from MRK.)
1994-12-16 15:51:21 +00:00
John Winans
f44ce3dbb0 Changed printf to logMsg in the A24Malloc code and added a few more
debug statements.
1994-12-14 22:41:06 +00:00
Jim Kowalkowski
f318710159 increased the USP packet time-out to 250ms, added a parm to the configure()
routine to let user specify it.
1994-10-28 20:15:10 +00:00
Matt Needes
b04bf8531c First merge of db directory to get Build to work... 1994-07-15 16:44:23 +00:00
Matt Needes
3bc6598bc3 Changes in db for R3.12 LANL / ANL merge (except dbAccess.c) 1994-06-22 18:37:40 +00:00