Marty Kraimer
fcc317ccdf
The sequencer did not properly keep track of number of channels connected.
...
It now checks if it is actually connected/disconnect before it increments/decrements the counts.
2004-04-02 17:09:23 +00:00
Andrew Johnson
15072fb71c
Removed devBBInteract.c, use unbundled version.
2004-04-01 23:20:40 +00:00
Andrew Johnson
8828487ee7
Duplicate, also found in camacDev subdirectory.
2004-04-01 23:11:55 +00:00
Andrew Johnson
7304b138a2
drvVmic2534.c doesn't compile, so removed.
2004-04-01 23:10:10 +00:00
Marty Kraimer
5942ff01c5
this is in share and has also been converted to 3.14
2004-02-20 18:59:35 +00:00
Marty Kraimer
13b19bade4
check for access security not started
2004-02-17 13:11:57 +00:00
Marty Kraimer
57a87ac96d
The fields ZRST,...,FFST are now special(SPC_MOD)
2004-02-10 15:18:49 +00:00
Marty Kraimer
0b2771c5f4
make size of CALC 40 instead of 36
2004-02-10 15:15:37 +00:00
Marty Kraimer
16ac672973
add ascar
2004-02-10 14:52:46 +00:00
Marty Kraimer
797f2ae524
add copyright notice
2004-02-10 14:52:39 +00:00
Jeff Hill
4e1fd091ea
fixed enobuf causes stuck send thread
2004-02-05 21:12:09 +00:00
Jeff Hill
7ad5347f7f
getopt header install
2004-01-29 17:29:51 +00:00
Jeff Hill
74824c5ff2
added share lib slock
2004-01-29 01:44:22 +00:00
Andrew Johnson
1bda6aff08
Added getopt.c for WIN32
2004-01-28 23:40:35 +00:00
Andrew Johnson
461cac2e1d
BSD version of getopt.c plus a suitable header file.
...
Not tested, but should build on Win32 - might need decorations though.
2004-01-28 23:38:17 +00:00
Janet B. Anderson
081a96160f
Put shell command in line 1
2004-01-22 21:55:09 +00:00
Janet B. Anderson
886759cffa
Fixed tab and comment spelling.
2004-01-22 21:54:05 +00:00
Jeff Hill
56c7e2401f
never use raw fork() to spawn the repeater
2003-11-26 00:19:24 +00:00
Andrew Johnson
a1cbc57cc0
These files contain GPL code, and not compatible with the EPICS Base license. I
...
don't care if this removal breaks the WIN32 port of EPICS, we can't legally
distribute this code as part of Base. Someone will have to rewrite the getopt
functionality, or grab a version that is not GPL licensed (try BSD).
2003-09-16 17:58:20 +00:00
Andrew Johnson
2a5a175196
Removed WIN32 getopt.* (GPL)
2003-09-16 17:56:21 +00:00
Ralph Lange
319328d6fe
aCC (native HPUX) does not define __STDC__ but __STDCPP__ (which is probably correct).
2003-08-22 11:30:43 +00:00
Ralph Lange
fd16d1bb65
aCC (native HPUX) wants some templated inlines to be defined in the declaration.
2003-08-22 11:28:02 +00:00
Andrew Johnson
4f659b6581
Fixed warning, main returns int (ANSI-C).
2003-08-18 21:19:32 +00:00
Andrew Johnson
39cfb6b05a
Only give exit status of 0=OK if we really mean it (Mantis bug #26 )
2003-08-18 20:55:46 +00:00
Andrew Johnson
9cd9257c4a
Brought in the enhanced vxStats device support in use at APS for >1 year.
2003-08-15 21:59:04 +00:00
Marty Kraimer
2d08f5abac
put notify did not act properly if a record had disp=TRUE.
2003-08-06 18:12:40 +00:00
Marty Kraimer
54cc4cec31
A bug in dbGetLink resulted in nRequest not being given the value 0 if the
...
link is a constant link. This in turn caused the waveform record to always
set NORD=NELEM.
2003-08-06 18:11:57 +00:00
Marty Kraimer
0e0c2c7ac3
remove warning message
2003-08-06 18:04:40 +00:00
Marty Kraimer
9d1e7f7da4
Remove some dead code. Clean up code for handling A24 DMA memory.
2003-08-06 18:02:27 +00:00
Marty Kraimer
5a5a0fd0cc
"event task" changed tp "event_task".
2003-08-06 17:56:36 +00:00
Marty Kraimer
9805e6a8e9
Suppress duplicate console message from logMsg
2003-08-06 17:54:26 +00:00
Marty Kraimer
fe55b04449
macParseDefns did not check for handle==NULL. The documentation for
...
macParseDefns was not correct.
2003-08-06 17:52:50 +00:00
Marty Kraimer
09733655f8
If a dbGetLink failed on one of the input links, dbGetLink
...
was not called for the remaining links. Now it is.
2003-08-06 15:15:18 +00:00
Marty Kraimer
9cbf577382
ellRemove=>ellDelete
2003-08-06 15:10:36 +00:00
Jeff Hill
94b408425b
removed unused var
2003-07-30 22:00:49 +00:00
Jeff Hill
7347132973
fixed for scope
2003-07-30 21:59:27 +00:00
Jeff Hill
b11d547699
set close-on-exec flag
2003-07-30 21:32:36 +00:00
Janet B. Anderson
73c303192d
Fixed sscanf format specification.
2003-07-29 20:55:41 +00:00
Jeff Hill
459cdc0829
removed logFdAdd from logClient
2003-07-26 00:13:34 +00:00
Jeff Hill
551e87f15d
removed logFdAdd from logClient
2003-07-25 23:41:58 +00:00
Jeff Hill
e628e95d2c
dont assert fail if getsockname returns bad status
2003-07-15 16:22:08 +00:00
Jeff Hill
47b044d257
fixed client removal order bug
2003-07-02 20:55:31 +00:00
Jeff Hill
78ad1feec8
run the beacon thread one click higher in priority than the udp input
...
thread's priority. This should keep beacons regular when there is
a heavy search load because all ofthe hosts are connecting at once
2003-06-13 00:29:50 +00:00
Jeff Hill
ba6b7f6e21
set retry number to 4 when there is a beacon anomaly or when a
...
channel disconnects. This starts the searcch delay at .4 seconds
instead of at 0.25 seconds.
2003-06-13 00:27:27 +00:00
Jeff Hill
5c162ad7c3
installed
2003-05-13 20:38:57 +00:00
Jeff Hill
64fc54cbaa
cleaned up junk
2003-05-13 20:37:17 +00:00
cvs2svn
a570a5c17f
This commit was manufactured by cvs2svn to create branch 'B3.13'.
2003-05-01 23:18:33 +00:00
Andrew Johnson
c7c74a8aab
Added scanPeriod() routine to convert a menuScan value into its period.
2003-04-02 20:47:21 +00:00
Janet B. Anderson
e1bfd021c1
Modified DBEXPAND rule.
2003-03-25 23:13:22 +00:00
Marty Kraimer
b1dc7d2848
Use Andrew's changes as basis for bug Rin Sluiter found
2003-02-10 14:54:16 +00:00