Andrew Johnson
a3ace1f260
Merge branch 'dtypedset' into 3.16
2018-10-25 12:48:38 -05:00
Andrew Johnson
b7afb287d5
Merge branch 'rtems-test' into 3.16
2018-10-25 11:39:17 -05:00
Andrew Johnson
63994839d0
VxWorks build warning
2018-10-23 11:14:11 -05:00
Andrew Johnson
1564f87bd6
Add missing dependency for parallel builds in std/link/test
2018-10-23 11:14:10 -05:00
Andrew Johnson
891caa5933
Merge link-updates branch into 3.16
2018-10-19 16:23:58 -05:00
Andrew Johnson
531ab6fc36
Merge up changes from 3.15 branch into 3.16
2018-10-19 11:49:57 -05:00
Andrew Johnson
453ad41c48
Merged prop-putf into 3.16
2018-10-18 15:26:02 -05:00
Andrew Johnson
150d764d28
Merge 3.14.12.8 (+ the Travis fix) into 3.15
2018-09-17 16:15:55 -05:00
Andrew Johnson
76a4a20698
Improved and extended the PUTF/RPRO tests
...
Added as a unit test, although we might need additional work if we see
the race conditions that are still possible in the code.
2018-08-02 17:00:27 -05:00
Andrew Johnson
45be2306bd
Add missing includes for db_post_events()
2018-07-21 01:04:05 -05:00
Andrew Johnson
ec351c5e2f
Fix for lp: #1730727
...
Post monitors on all array-length record fields (often NORD)
when their values get changed.
2018-07-20 23:10:34 -05:00
Andrew Johnson
27431facb8
Fix for lp: #1743795 FIFO Mode
2018-07-19 01:09:40 -05:00
Andrew Johnson
fe4b5d7d72
Fix for lp: #1743795 LIFO Mode
2018-07-19 01:08:12 -05:00
Michael Davidsaver
dcb494b494
rtemsttest generalize condition for individual tests
2018-06-23 08:40:12 -07:00
Andrew Johnson
c0a7ab976c
Fix warnings from clang
2018-06-04 15:27:01 -05:00
Andrew Johnson
b029448059
Added lnkCalcTest
2018-06-03 12:35:56 -05:00
Andrew Johnson
3b77d9be8c
lnkStateTest: Show status value in test output
2018-06-03 12:34:19 -05:00
Andrew Johnson
6e3aa77c42
lnkCalc fix: Don't evaluate minor expression when major returned true
2018-06-03 11:18:40 -05:00
Andrew Johnson
2fb46fc541
lnkDebug: Fix typo in getAlarm range checks
2018-06-03 11:03:20 -05:00
Andrew Johnson
36f23f3aec
lnkDebug fix: Initialize child link's precord pointer
2018-06-03 10:46:29 -05:00
Andrew Johnson
bcfdc8d368
lnkStateTest: set testPlan
2018-06-02 23:59:14 -05:00
Andrew Johnson
c6c25ab43d
New src/std/link/test directory with tests for the state link type
2018-06-02 23:28:20 -05:00
Andrew Johnson
89b9e240b0
Link types: Remove debug tracing now provided by debug link type
2018-06-01 23:43:39 -05:00
Andrew Johnson
8cdcaf5a87
dbJLink: Restore the jlink::debug flag, add debug and trace link types
2018-06-01 23:32:48 -05:00
Andrew Johnson
fd30989f63
Add jlif::start_child() method
2018-06-01 23:23:54 -05:00
Andrew Johnson
8fb6c6d610
Merge changes from 3.15 into 3.16
2018-05-28 17:39:24 -05:00
Andrew Johnson
6d7f70f200
Merge changes from 3.14 branch into 3.15
2018-05-28 17:00:35 -05:00
Ralph Lange
498b248811
std/rec/test: add test for mbbiDirect/mbboDirect
...
(drop dysfunctional async test from original proposal)
2018-05-22 14:14:10 +02:00
Ralph Lange
7e293e60a6
std/dev,std/rec: treat val/sval/rval as ULONG for mbbiDirect/mbboDirect
2018-05-15 16:54:46 +02:00
Ralph Lange
c80783dfa9
std/rec: fix promptgroup labels in mbboDirect
2018-05-15 16:25:23 +02:00
ccc8f75ec7
std/dev: adapt mbbiDirect/mbboDirect soft support to 32bit
2018-05-15 14:43:30 +02:00
d9742d5240
std/rec: make VAL (etc.) of mbbiDirect/mbboDirect LONG
...
(not ULONG because of CA)
2018-05-15 14:40:39 +02:00
7aa2ae2094
std/rec: make SHFT field of mbboDirect USHRT (as mbbiDirect)
2018-05-15 11:56:52 +02:00
ab517a9392
std/rec: move mbboDirect bits to end (as mbbiDirect)
2018-05-15 11:55:34 +02:00
4df39bb425
std/rec: make mbbiDirect prompts consistent with mbboDirect
2018-05-15 11:54:08 +02:00
6ff271527b
std/rec: fix typo in mbboDirect promptgroup
2018-05-15 11:52:56 +02:00
Andrew Johnson
3b89515664
dbJLink: Pass the correct dbfType to child links
...
API change for link types that support child links, they must now
indicate whether a child link is an input, output or forward link
by the return value from their parse_start_map() method. The original
jlif_key_child_link enumeration has been replaced by 3 new values:
jlif_key_child_inlink, jlif_key_child_outlink and jlif_key_child_fwdlink
Previously we were passing the dbfType of the record link field to all
child links within it, which was wrong.
2018-05-14 23:43:13 -05:00
Michael Davidsaver
1ca8535266
std/rec/test: test
...
# Conflicts:
# src/std/rec/test/linkInitTest.c
2018-05-14 19:40:27 -07:00
Michael Davidsaver
d94c8d1e37
start asyncproctest
2018-05-14 19:08:14 -07:00
Michael Davidsaver
4972803ce2
scanEventTest: use testSyncCallback()
2018-05-14 10:49:49 -07:00
Michael Davidsaver
490c504736
scanEventTest: use dbUnitTest.h for IOC lifecycle
2018-05-14 10:49:49 -07:00
Andrew Johnson
ba4c609506
Merge changes from 3.15 into 3.16
2018-05-12 22:39:37 -05:00
Andrew Johnson
49371cfe00
Fix RTEMS build in src/std/rec/test
...
Also back-ported Michael's change from commit b9b8cde5f6 to avoid
using callocMustSucceed() in eventNameToHandle()
2018-05-12 22:25:15 -05:00
Andrew Johnson
a2ae07dfcd
Merge Dirk Zimoch's named-events-backward-compatibility branch into 3.15
2018-05-12 21:15:26 -05:00
Andrew Johnson
b539ced6d5
Merge J. Lewis Muir's doc-filters-typo branch into 3.15
2018-05-12 20:54:20 -05:00
Andrew Johnson
57eea6a153
Add INT64 support to the printf record type
...
Use the 'll' modifier to fetch and print 64-bit integer data.
Also now rejects mixing of the 'l' and 'h' modifiers.
2018-05-02 01:09:46 -05:00
Andrew Johnson
c2c32e5876
lnkState: Mark as non-volatile, remove lset::isConnected() method
2018-03-31 15:48:58 +01:00
Andrew Johnson
58dc1ced9b
Fix softTest synchronization bug
...
Local CA output links do *not* trigger processing in the same thread;
need to wait for the dest record in Group 3, but not in Group 4.
2018-03-15 17:52:52 -05:00
Andrew Johnson
97ea68d40c
Added DBF_OUTLINK support to lnkCalc
...
New out key specifying a child link to put the calculated result to.
2018-03-09 22:42:59 -06:00
396cf4ee3f
remove special handling for inf and nan events
2018-03-07 14:49:12 +01:00