Commit Graph

1325 Commits

Author SHA1 Message Date
Jeff Hill
855f1afc9d added member function that returns the number of entries installed 2001-01-31 02:00:21 +00:00
Janet B. Anderson
8a8f1a7ccf Modified depends rules 2001-01-30 16:02:25 +00:00
Marty Kraimer
748f8f9131 replacement for osiTime 2001-01-29 20:17:09 +00:00
Marty Kraimer
943982da70 new headers 2001-01-24 21:35:53 +00:00
W. Eric Norum
ffdd3ce510 No need to call epicsThreadInit since it is now completely internal to
osdThread.c.
2001-01-24 14:23:34 +00:00
Jeff Hill
3761af7cd2 fixed gnu warnings introduced by prev change 2001-01-22 23:16:57 +00:00
Jeff Hill
57bf87beac fixed borland warning 2001-01-22 22:52:51 +00:00
W. Eric Norum
e7bfee6f8d Must include osdInterrupt.h to get prototype for interrupt context message
handler daemon.
2001-01-22 21:11:21 +00:00
Marty Kraimer
e347cbd2e6 osiInterrupt=>epicsInterrupt; epicsThreadInit now static 2001-01-22 20:10:19 +00:00
Janet B. Anderson
329e3b5177 Removed extra include dirs. 2001-01-19 21:28:03 +00:00
Marty Kraimer
4a53d963b3 fix for solaris 2001-01-18 21:13:43 +00:00
Janet B. Anderson
e0181dfae0 add decoration 2001-01-18 20:50:04 +00:00
Janet B. Anderson
a3aac0aaa2 extern did not work 2001-01-18 20:49:04 +00:00
Janet B. Anderson
d4a6bb29f4 extern "C" did not work for WIN32 2001-01-18 20:31:02 +00:00
Janet B. Anderson
5acd6d9547 fix epicsThreadBooleanStatusFail 2001-01-18 20:28:24 +00:00
Janet B. Anderson
a0019d0e5c fix epicsThreadBooleanStatusSuccess 2001-01-18 20:08:09 +00:00
Marty Kraimer
dbe9c8e75f changes for osiThread=>epicsThread 2001-01-18 19:08:14 +00:00
W. Eric Norum
951db45c95 Convert from semMutex to epicMutex. 2001-01-14 20:37:46 +00:00
Janet B. Anderson
6f3a2f8b4a Allow output to O.Common 2001-01-12 23:23:51 +00:00
Janet B. Anderson
93a9e56502 O.Common changes 2001-01-12 23:23:45 +00:00
Marty Kraimer
cfe2ed5f17 replace osiSem by epicsMutex/epiceEvent 2001-01-12 16:13:53 +00:00
Jeff Hill
1d14996b28 accomodate aps osi => epics name change 2001-01-12 00:41:37 +00:00
Jeff Hill
ad5db9a914 osi => epics name change to accomodate aps 2001-01-12 00:24:12 +00:00
Jeff Hill
4f09be744f fixed syntax error in construtor 2001-01-11 22:24:01 +00:00
Jeff Hill
296db96a6c removed ref to osiEvent.h and osiMutex.h 2001-01-11 22:23:01 +00:00
Jeff Hill
43822c9e35 accomodate Marty's osi => epics name changes 2001-01-11 22:07:17 +00:00
Jeff Hill
8dd2439e65 fixed dissallowed operators 2001-01-11 21:57:39 +00:00
Jeff Hill
774f6dc27e get things to build again after Marty's osi => epics name changes 2001-01-11 21:48:24 +00:00
Jeff Hill
8c0600b372 fixed meyers warnings 2001-01-11 21:39:15 +00:00
Jeff Hill
d8e1d92ab9 disallow copy constructor and assignment operator 2001-01-11 21:38:31 +00:00
Marty Kraimer
afdd6e7bee change osiEvent to epicsEvent 2001-01-11 21:34:23 +00:00
Marty Kraimer
fb1f6751d3 osiMutex replaced by epicsMutex 2001-01-11 19:33:47 +00:00
Marty Kraimer
cb4bfd4640 osi replaced bu epics 2001-01-11 19:33:15 +00:00
Marty Kraimer
b1d9ce2941 use epicsEvent 2001-01-11 19:21:36 +00:00
Jeff Hill
a93f6d5e7e ansi stdlib.h header is more portable than malloc.h 2001-01-11 17:35:04 +00:00
W. Eric Norum
06c360c5eb Move readline support to src/libCom/osi/os/xxx/.
The single source file is in src/libCom/osi/os/default/epicsReadline.c which
uses the readline library routines or uses local code to read lines of input.
Selection is made by src/libCom/osi/os/XXX/osdReadline.h.  The default
version does not cause the readline library routines to be used.
2001-01-11 16:39:42 +00:00
Marty Kraimer
a1e38ee7fd remove include for osiSem.h 2001-01-11 16:08:14 +00:00
Marty Kraimer
a64805a69f replace osiEvent with epicsEvent 2001-01-11 16:07:40 +00:00
Marty Kraimer
fef788d23f remove include for osiSem.h 2001-01-11 15:58:10 +00:00
Marty Kraimer
539e635d0c fix names 2001-01-10 16:32:47 +00:00
Jeff Hill
6ae32acf9b fixed link time problem introduced when name was changed to epics 2001-01-10 15:21:05 +00:00
Jeff Hill
625d383805 fixed compile time problem introduced when name was changed to EPICS 2001-01-10 15:13:57 +00:00
W. Eric Norum
164b1948fc Add OS-specific version to supply some missing prototypes. 2001-01-10 14:55:52 +00:00
Jeff Hill
12b49d1353 include assert.h 2000-12-21 22:42:02 +00:00
Jeff Hill
64274356d1 dont include assert if it isnt used in the header file 2000-12-21 22:41:37 +00:00
Jeff Hill
fdb3b85bde added operator = (const osiTime &) 2000-12-21 21:53:47 +00:00
W. Eric Norum
d95e8b2822 Make ioccrf argument lists constant.
Add std namespace to ioccrf.cpp.
2000-12-21 20:35:43 +00:00
Marty Kraimer
0af2304a36 change semMutexId to epicsMutexId 2000-12-21 17:00:55 +00:00
Marty Kraimer
d3c0f075cf replacements for osdSem 2000-12-20 21:02:04 +00:00
W. Eric Norum
68e3f07c6a Register more commands automatically from within ioccrf.cpp. 2000-12-20 01:04:52 +00:00