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
|
@ -395,7 +395,7 @@ To make this happen, the writer must be instructed to 'listen' for this status.
|
|||
The following line of code makes sure the writer does so.
|
||||
::
|
||||
|
||||
dds_set_enabled_status(writer, DDS_PUBLICATION_MATCHED_STATUS);
|
||||
dds_set_status_mask(writer, DDS_PUBLICATION_MATCHED_STATUS);
|
||||
|
||||
Now the polling may start:
|
||||
::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue