Rename get and set of enabled status to mask
Signed-off-by: Firas Sahli <firas.sahli@adlinktech.com>
This commit is contained in:
parent
99f410bc49
commit
05f961dec1
19 changed files with 135 additions and 105 deletions
|
@ -1660,8 +1660,8 @@ static uint32_t subthread(void *vspec) {
|
|||
case MODE_DUMP:
|
||||
if (!spec->polling) {
|
||||
/* fastest trigger we have */
|
||||
rc = dds_set_enabled_status(rd, DDS_DATA_AVAILABLE_STATUS);
|
||||
error_abort(rc, "dds_set_enabled_status(stcond)");
|
||||
rc = dds_set_status_mask(rd, DDS_DATA_AVAILABLE_STATUS);
|
||||
error_abort(rc, "dds_set_status_mask(stcond)");
|
||||
rc = dds_waitset_attach(ws, rd, rd);
|
||||
error_abort(rc, "dds_waitset_attach(rd)");
|
||||
nxs++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue