Commit Graph

7205 Commits

Author SHA1 Message Date
Jeff Hill
5c353c4fa1 exported the CA client context id 2001-10-15 21:49:46 +00:00
Jeff Hill
864209af1c use ca_client_context in the original API 2001-10-15 21:48:17 +00:00
Jeff Hill
e30a01cab5 cosmetic 2001-10-15 21:47:10 +00:00
Jeff Hill
78239fb213 changed oldCAC from class to struct 2001-10-15 21:46:42 +00:00
Jeff Hill
42b8dcc3bf allow any CA system thread to attach to a ca context 2001-10-15 21:46:01 +00:00
Jeff Hill
218cf86318 removed destroyAllIO() func, and removed unused member data 2001-10-15 21:23:36 +00:00
Jeff Hill
f770728ed0 changed ca_client_context to oldCAC 2001-10-15 21:22:37 +00:00
Jeff Hill
0422478975 new error code 2001-10-15 21:21:20 +00:00
Jeff Hill
d67e8a28c6 stated that multiple threads are not allowed if preemptive callback is disabled 2001-10-15 21:20:58 +00:00
Jeff Hill
f26ba7daa6 destroy all IO function included now in uninstallChannel() 2001-10-15 21:19:59 +00:00
Jeff Hill
75cf4ebcff function name change 2001-10-15 21:19:16 +00:00
Marty Kraimer
28282e176d make caMonitor a host application 2001-10-15 18:50:16 +00:00
Marty Kraimer
7c86082b23 latest changes for 3.14.0beta1 2001-10-15 13:38:38 +00:00
Marty Kraimer
978cbb9517 make code easier to read 2001-10-15 13:36:49 +00:00
Jeff Hill
39a9682dbe cosmetic 2001-10-12 23:05:44 +00:00
Jeff Hill
e2d2cdf882 wait a bit longer for IO completion 2001-10-12 22:53:09 +00:00
Jeff Hill
190914f680 tack change in dbEvent interface (now new events are initially disabled) 2001-10-12 22:49:27 +00:00
Jeff Hill
7fc0860442 dont allow disabled event to be removed from the queue
and changed interface so that new events are initially disabled
2001-10-12 22:48:30 +00:00
Jeff Hill
f31cbb8a8c fixed to match new dbEvent interface 2001-10-12 22:47:06 +00:00
Jeff Hill
928f3234f2 fixed comment 2001-10-12 22:45:22 +00:00
W. Eric Norum
7b568edc59 Create RTEMS-specific README.
Modify st.cmd to reflect RTEMS directory structure.
2001-10-12 20:58:18 +00:00
W. Eric Norum
2cf796ce9b Use st.cmd in the top-level IOC directory, not in bin/scripts. This change
means that the st.cmd script produced for the example application needs to
be edited by hand before it can be used by an RTEMS IOC.
2001-10-12 14:24:08 +00:00
Janet B. Anderson
4f56353867 Fix for DLL_LIBS. 2001-10-11 21:22:56 +00:00
Jeff Hill
5555ea4edc supressed message about orphaned IO requests at exit because it
is perfectly normal for channels and therefore subscription IO
blocks to exist at exit (its the user's responsability to delete
them.
2001-10-10 22:57:41 +00:00
Jeff Hill
00d878aff8 supress shutdown when a circuit times out while connecting 2001-10-10 22:14:06 +00:00
Jeff Hill
d707be4c0e ADDED IMPLICIT THREAD INIT 2001-10-05 01:32:53 +00:00
Jeff Hill
90b4d40b96 changed sprintf format 2001-10-05 01:32:18 +00:00
Jeff Hill
2015e37f53 fixed problems where lock was released but channel was
inconsistently attached to an IIU
2001-10-04 17:47:07 +00:00
Jeff Hill
e849feeb13 fixed proper shutdown of local CA subscriptions 2001-10-04 00:02:27 +00:00
Jeff Hill
28ecb1209f fixed proper shutdown of local CA subscriptions 2001-10-03 23:47:24 +00:00
Jeff Hill
af42d394b9 fixed proper shutdown of local CA subscriptions 2001-10-03 22:38:53 +00:00
Jeff Hill
8ca27c4b4e cosmetic 2001-10-03 22:37:30 +00:00
Marty Kraimer
932813b85e check for removesOutstanding 2001-10-03 19:24:38 +00:00
Jeff Hill
659c60fd90 fixed inconsistent signed vs unsigned for thread priority 2001-10-03 18:45:32 +00:00
Jeff Hill
475e16ec96 use subroutine to compute the priority and rearranged cac constructor
to be robust in the face of exceptions (workaround for TII g++ bug)
2001-10-03 17:25:28 +00:00
Jeff Hill
17cb74de76 use subroutine to compute the priority 2001-10-03 17:24:12 +00:00
Jeff Hill
19f8326ae0 use subroutine to compute the priority and dont restart
the recv watchdog while holding the callback lock
2001-10-03 17:23:31 +00:00
Marty Kraimer
67eb482234 Removed accidental commit changes. 2001-10-03 15:21:50 +00:00
Marty Kraimer
bd2f706e0f change daylight savings time 2001-10-03 15:07:42 +00:00
Janet B. Anderson
ac07c6a248 Added USR_LIBS to DLL_LIBS definition. 2001-10-03 13:52:05 +00:00
Jeff Hill
e27671e8d6 call free for memory pointed to by task variable before task variable is deleted 2001-10-02 22:22:51 +00:00
Jeff Hill
37d45a57f3 fixed memory leak in epicsThreadPrivateSet 2001-10-02 22:11:07 +00:00
Janet B. Anderson
ee4b426a34 Changes for automated depends. 2001-10-02 18:20:53 +00:00
Janet B. Anderson
480129b790 Changed SCRIPTS to SCRIPTS_HOST. 2001-10-02 18:17:26 +00:00
Janet B. Anderson
d7717d106d Simplified some rules. 2001-10-02 18:15:42 +00:00
Jeff Hill
0c22d38d55 return "not connected" before "no write access" for put 2001-10-02 17:09:56 +00:00
Janet B. Anderson
75d0fc16e0 Added SCRIPTS_HOST and SCRIPTS_IOC. 2001-10-02 14:48:25 +00:00
Janet B. Anderson
42e498e2ff Changed BIN_INSTALLS to SCRIPTS_HOST. 2001-10-02 14:46:54 +00:00
Janet B. Anderson
ba3be45400 Updates for R3.14.0.beta1. 2001-10-02 14:02:23 +00:00
Janet B. Anderson
e8d24da299 Updated vim and java lines. 2001-10-02 13:57:41 +00:00