Add DDS_STATUS_ID_MAX for ranging over status ids
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
4447fb87ee
commit
db4f96dc02
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ typedef enum dds_status_id {
|
||||||
DDS_PUBLICATION_MATCHED_STATUS_ID,
|
DDS_PUBLICATION_MATCHED_STATUS_ID,
|
||||||
DDS_SUBSCRIPTION_MATCHED_STATUS_ID
|
DDS_SUBSCRIPTION_MATCHED_STATUS_ID
|
||||||
} dds_status_id_t;
|
} dds_status_id_t;
|
||||||
|
#define DDS_STATUS_ID_MAX (DDS_SUBSCRIPTION_MATCHED_STATUS_ID)
|
||||||
|
|
||||||
/** Another topic exists with the same name but with different characteristics. */
|
/** Another topic exists with the same name but with different characteristics. */
|
||||||
#define DDS_INCONSISTENT_TOPIC_STATUS (1u << DDS_INCONSISTENT_TOPIC_STATUS_ID)
|
#define DDS_INCONSISTENT_TOPIC_STATUS (1u << DDS_INCONSISTENT_TOPIC_STATUS_ID)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue