Rename get and set of enabled status to mask

Signed-off-by: Firas Sahli <firas.sahli@adlinktech.com>
This commit is contained in:
Firas Sahli 2018-12-05 14:35:08 +01:00
parent 99f410bc49
commit 05f961dec1
No known key found for this signature in database
GPG key ID: C19E9D4A9279539F
19 changed files with 135 additions and 105 deletions

View file

@ -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:
::