Commit Graph

7231 Commits

Author SHA1 Message Date
Jeff Hill 7c4ddfffcd use explicit templ instantiation 2001-10-20 00:36:46 +00:00
Jeff Hill f84e7f5df6 remove use of std lib for now 2001-10-20 00:16:21 +00:00
Jeff Hill e16d797011 fixed diagnostic 2001-10-18 23:42:00 +00:00
Jeff Hill 40148ba63b fixed diagnostic message 2001-10-18 23:39:55 +00:00
Jeff Hill 114058de02 improved warning messages 2001-10-18 23:24:19 +00:00
Jeff Hill 0ed3880913 call tcp fd reg callback from UDP thread 2001-10-18 22:32:40 +00:00
Jeff Hill 855027654b added privateUninstallIIU() 2001-10-18 22:29:52 +00:00
Jeff Hill 8aff497180 use string.h until std c++ lib is stable 2001-10-18 22:29:25 +00:00
Jeff Hill e8c12c369c moved the tcp fd reg to be called from the udp thread 2001-10-18 22:28:42 +00:00
Jeff Hill 5e1804ae94 moved the udp fd reg to be called from the user thread 2001-10-18 22:26:46 +00:00
Jeff Hill 08b16eba09 added start(), removed destroy(), and made connect() private 2001-10-18 22:23:53 +00:00
Marty Kraimer 7c186698aa change EPICS_TIMEZONE 2001-10-18 12:17:55 +00:00
Jeff Hill 8c404fc69e doc 2001-10-17 22:23:42 +00:00
Jeff Hill 06f99426c3 fixed doc 2001-10-17 22:20:26 +00:00
Jeff Hill 739d67853a fixed doc 2001-10-17 22:18:50 +00:00
Jeff Hill 6e86544e20 better doc 2001-10-17 22:16:48 +00:00
Jeff Hill f1d9236ee9 improved doc for persons building EPICS applications with visual C++ 2001-10-17 22:10:45 +00:00
Janet B. Anderson a7b06a7588 Added read of RELEASE.<EPICS_HOST_ARCH> file. 2001-10-17 20:44:18 +00:00
Janet B. Anderson bd73d46620 Changed CFLAGS to CXXFLAGS for c++ flag. 2001-10-17 14:46:19 +00:00
Jeff Hill dbc44e58d7 allow c++ 2001-10-16 22:45:23 +00:00
Jeff Hill 61e6a84ae3 cosmetic 2001-10-16 22:43:51 +00:00
Jeff Hill 4cd0787e4d revert to malloc/free if EPICS_DEBUG is defined 2001-10-16 22:37:38 +00:00
Jeff Hill 3583c70725 revert to mamloc/free if EPICS_DEBUG is defined 2001-10-16 22:36:34 +00:00
Jeff Hill 55c4981d4d match new cac api 2001-10-15 21:54:41 +00:00
Jeff Hill db6b7367cd updated notes 2001-10-15 21:51:28 +00:00
Jeff Hill 2123916c45 more restrictions on use of preemptive callback enabled - and
merged IO cancel routine  into channel uninstall
2001-10-15 21:51:04 +00:00
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