Janet B. Anderson
b52605705b
siol cannot be a constant link.
1996-10-30 21:31:07 +00:00
Janet B. Anderson
3ef7c191db
Changed inp type test to DB_LINK
1996-10-30 21:30:01 +00:00
Janet B. Anderson
73dc2a91e4
Typo erro bug fix
1996-10-30 19:30:03 +00:00
Janet B. Anderson
ad76c5efab
In init_record the udf field is set to false only if svl is a
...
constant link and recGblInitConstantLink returns success.
1996-10-30 17:47:02 +00:00
Janet B. Anderson
5981891ee0
The udf field is no longer set to false in write_<record type>.
1996-10-30 17:46:33 +00:00
Janet B. Anderson
884737e82e
In init_record the udf field is no longer set to false if inp
...
is a constant link and recGblInitConstantLink returns success
(rval, not val, was successfully initialized).
1996-10-30 17:45:15 +00:00
Janet B. Anderson
e301e1b359
In init_record the udf field is set to false only if inp
...
is a constant link and recGblInitConstantLink returns success.
In read_<record type> the udf field is set to false only if
inp is not a constant link and dbGetLink returns success.
1996-10-30 17:44:33 +00:00
Janet B. Anderson
a3b1033015
The siol field, if it is a constant, is now initialized
...
during record initialization. In process the udf field
is now set to false if siol is not a constant link and
dbGetLink returns success.
1996-10-30 17:42:00 +00:00
Janet B. Anderson
ac5e26f132
In process the udf field is now set to false if dol is
...
not a constant link and dbGetLink returns success.
1996-10-30 17:41:37 +00:00
Janet B. Anderson
19cc8098dc
In process the udf field is now set to false if dol is
...
not a constant link and dbGetLink returns success.
Changes made to modify DB_LINK test on rdbl field to
allow type CA_LINK.
1996-10-30 17:41:12 +00:00
Janet B. Anderson
49da47700d
Changes made to modify DB_LINK tests on the lnk and dol
...
fields to allow type CA_LINK.
1996-10-30 17:40:50 +00:00
Janet B. Anderson
3d22feedd8
Changes made to modify DB_LINK test on cvl field to allow type CA_LINK.
1996-10-30 17:40:28 +00:00
Janet B. Anderson
bab66fe7cc
Old style, pre R3.12, c code in init_record was updated.
1996-10-30 17:39:23 +00:00
Janet B. Anderson
4de3accb61
Udf now set to false in process when val is initialized.
1996-10-30 17:38:49 +00:00
Janet B. Anderson
ba2b082abd
Udf now set to false in put_enum_string when val is initialized.
1996-10-30 17:38:29 +00:00
Janet B. Anderson
086f5999aa
Changes made to fanoutRecord.c to modify DB_LINK test
...
on lnk* fields to allow type CA_LINK.
1996-10-30 17:37:54 +00:00
Janet B. Anderson
96f51f2b99
In process() the udf field is set to false when dbGetLink returns
...
success only if dol is not a constant link.
1996-10-30 17:37:32 +00:00
Janet B. Anderson
a93773ae77
Changes made to compressRecord.c to modify DB_LINK test
...
on inp field to allow type CA_LINK.
1996-10-30 17:37:02 +00:00
Janet B. Anderson
d997adeb16
The siol field, which was never used in record processing, has been
...
removed from aaiRecord.dbd and aaoRecord.dbd files. Old style, pre R3.12,
c code in init_record was updated.
1996-10-30 17:34:35 +00:00
Marty Kraimer
299c22ff0f
minor format and message changes
1996-10-30 13:56:18 +00:00
Marty Kraimer
71e83671aa
get rid of client_stat_summary. casr provides functionality
1996-10-29 21:06:32 +00:00
Marty Kraimer
1b66a4c204
Changed menu initial values to string from index
1996-10-29 20:58:05 +00:00
Marty Kraimer
0c8f41a6a0
Changed menu initial vales to string from index; cleaned up dbTest.c
1996-10-29 20:56:46 +00:00
Marty Kraimer
5268e13e74
Many changes to properly support DCT operation
1996-10-29 20:49:13 +00:00
Jim Kowalkowski
a0d4d84622
first proof reading corrections
1996-10-29 19:24:12 +00:00
Jim Kowalkowski
9427acb0a1
Much new doc added. Fixed bug in gdd.cc.
1996-10-29 15:40:02 +00:00
Jim Kowalkowski
41d5c292f9
New gdd reference manual
1996-10-25 12:33:12 +00:00
Jim Kowalkowski
f2ceaba174
many more changes
1996-10-24 17:37:03 +00:00
Jim Kowalkowski
0faa5d56cc
New program for running programs with different priority and changing the
...
maximum number of file descriptors.
1996-10-22 15:40:04 +00:00
Jim Kowalkowski
072c850568
added line for vxWorks statistics device support
1996-10-21 19:04:06 +00:00
Jim Kowalkowski
0f4b4deb80
added the code for ioc statistic processing on IOC and workstation
1996-10-21 16:01:28 +00:00
Jim Kowalkowski
e22ae5f857
Added ai/ao device support for vxWorks statics (memory/load/TCP con)
1996-10-21 15:30:37 +00:00
Jim Kowalkowski
926298ac6d
double blob
1996-10-17 12:42:23 +00:00
Jim Kowalkowski
e135b2a4c0
blob
1996-10-17 12:42:07 +00:00
Jim Kowalkowski
69a07d8807
took out strdup function - replaced with strDup
1996-10-17 12:41:48 +00:00
Jim Kowalkowski
5c341931d0
network byte order stuff / added strDup function to Helpers
1996-10-17 12:41:07 +00:00
Jim Kowalkowski
f78d291850
adjusted the network byte ordering dump
1996-10-17 12:40:06 +00:00
Jim Kowalkowski
89e5f59610
removed strdup definition, fixed up the local/network byte order functions
1996-10-17 12:39:14 +00:00
Jim Kowalkowski
09ce70661a
Modified to store records with a visibility option for graphic editors.
...
The ".db" file now generates "grecord" for visible records and "record" for
invisible records.
1996-10-17 00:17:30 +00:00
Janet B. Anderson
22b550ed35
R3.13.0.beta2
1996-10-16 18:42:44 +00:00
Janet B. Anderson
b5e120d082
c++ code will, by default, not be compiled.
1996-10-16 14:05:36 +00:00
Marty Kraimer
b8d6a8216e
In example database field(FLNK, "mrkc0a1.VAL ") removed
...
Extra rules in Makefile.Vx
1996-10-15 20:00:44 +00:00
Marty Kraimer
5587867f6f
lval was not correctly updated
1996-10-15 19:59:14 +00:00
Marty Kraimer
be33ae291e
Round rval
1996-10-15 19:58:05 +00:00
Marty Kraimer
932a4b0d5c
Fixed some casts
1996-10-15 19:51:43 +00:00
Marty Kraimer
7452aea2bc
Get rid of extra trailing \0
1996-10-15 19:34:23 +00:00
Marty Kraimer
178e034e75
add impLib stuff
1996-10-15 19:27:57 +00:00
Marty Kraimer
cbb5a6acde
Allow records in the database but no hardware.
...
Dont set HW limit alarm. Let recod support do it.
1996-10-15 19:25:58 +00:00
Marty Kraimer
08a8e874eb
Allow no field defs in record instance with { }
1996-10-15 19:24:49 +00:00
Marty Kraimer
29f381b8f4
Fix problem of iocInit hanging
1996-10-15 19:23:51 +00:00