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
|
@ -27,7 +27,7 @@ int main (int argc, char ** argv)
|
|||
|
||||
printf("=== [Publisher] Waiting for a reader to be discovered ...\n");
|
||||
|
||||
ret = dds_set_enabled_status(writer, DDS_PUBLICATION_MATCHED_STATUS);
|
||||
ret = dds_set_status_mask(writer, DDS_PUBLICATION_MATCHED_STATUS);
|
||||
DDS_ERR_CHECK (ret, DDS_CHECK_REPORT | DDS_CHECK_EXIT);
|
||||
|
||||
while(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue