24351032cf
Moved SLOPE to before LINEAR, just in case any apps rely on the first breakpoint table being LINEAR+1 (unlikely, but possible). This also deliberately breaks any apps that haven't converted to using constants defined in the generated menu*.h files.
Andrew Johnson2001-08-20 15:46:51 +00:00
21b7bf8b6b
Removed special_linconv() routines, ESLO and EOFF can be set manually.
Andrew Johnson2001-08-17 22:44:46 +00:00
a1b9e58cd0
ESLO and EOFF are now design fields, usable when no device support special_linconv() routine is provided (for Raw Soft support). LINR=SLOPE also allows design-time and CA setting of ESLO & EOFF. Value changes by device support also cause CA monitors to be posted.
Andrew Johnson2001-08-17 22:34:58 +00:00
99e5535085
Added SLOPE conversion type, for manual entry of ESLO and EOFF values.
Andrew Johnson2001-08-17 22:32:49 +00:00
55422049a5
Removed spurious menuLinr.dbd (LINR uses menuConvert found in src/bpt).
Andrew Johnson2001-08-17 22:30:59 +00:00
937b575ec3
Removed spurious menuLinr.dbd (LINR uses menuConvert found in src/bpt).
Andrew Johnson2001-08-17 22:30:59 +00:00
41263e4136
Removed special_linconv() routines, ESLO and EOFF can be set manually.
Andrew Johnson2001-08-17 22:15:59 +00:00
631f522d75
ESLO and EOFF are now design fields, usable when no device support special_linconv() routine is provided (for Raw Soft support). Value changes by device support also cause CA monitors to be posted.
Andrew Johnson2001-08-17 22:14:15 +00:00
b1f414543a
dont delay for initial round trip estimate until first search
Jeff Hill2001-08-16 23:31:53 +00:00
d69d957ebe
removed double ECA_DISCONN exception callback
Jeff Hill2001-08-16 21:22:48 +00:00
48da409965
reduce the number of error constants in use
Jeff Hill2001-08-16 01:26:55 +00:00
c35b876af4
made pName() public and added channel destroy notify in subscription class
Jeff Hill2001-08-16 01:24:59 +00:00
19a8fe6e7b
call channel destroy notify mf for each attached IO when chan is destroyed
Jeff Hill2001-08-16 01:24:09 +00:00
d67fcbdb67
added channel destroy notify mf
Jeff Hill2001-08-16 01:23:33 +00:00
cc191cddbc
send channel destroy exception to all IO and send disconnect exception to subscription IO
Jeff Hill2001-08-16 01:22:22 +00:00
89d93df035
new error constant and mark defunct entries
Jeff Hill2001-08-16 01:20:30 +00:00
93e745ef83
supress channel destroy exception in "old" API layer
Jeff Hill2001-08-16 01:19:52 +00:00
9bbb9c1314
reduce the numbe rof error constants in use
Jeff Hill2001-08-16 01:19:03 +00:00
217cc10840
supress channel destroy exception in "old" API layer and reclaim storage for oldSubscription when channel is destroyed
Jeff Hill2001-08-16 01:18:05 +00:00
b5322ea925
Add new RTEMS initialization/configuration library.
W. Eric Norum2001-08-09 20:01:11 +00:00
6fad25e2d1
Move RTEMS initialization/configuration files from the libCom os-dependent directory to their own directory. This solves the problem in which these files include header files which are not yet installed when libCom is being built.
W. Eric Norum2001-08-09 17:54:06 +00:00
73b3a37881
fixed shutdown to work for circuits that are connecting
Jeff Hill2001-08-09 00:56:15 +00:00
2c71674012
supress disconnect message unles DEBUG is set
Jeff Hill2001-08-09 00:55:05 +00:00
6c2303a958
added try catch block to pend io
Jeff Hill2001-08-09 00:54:08 +00:00
331b9b3d8b
dont specify the default fd manager
Jeff Hill2001-08-09 00:42:17 +00:00
7363d6a125
o increse stack size for threads calling call backs o use shutdown() to knock threads out of recv(), but will this work on Solaris ? The above change reacts to bugs in XTNextEvent() when an fd that has been closed is registerd with XtAppAddInput
Jeff Hill2001-08-08 23:51:33 +00:00