Builtin topic for accessing information about the DomainParticipants discovered by RTI Connext Micro.
More...
Detailed Description
Builtin topic for accessing information about the DomainParticipants discovered by RTI Connext Micro.
Macro Definition Documentation
#define DDS_PARTICIPANT_TOPIC_NAME DDS_PARTICIPANT_BUILTIN_TOPIC_NAME |
Function Documentation
<<cert>> Copy a DDS_ParticipantBuiltinTopicData object.
- Parameters:
-
- Returns:
- DDS_BOOLEAN_TRUE on success,DDS_BOOLEAN_FALSE on failure.
- MT Safety:
- UNSAFE. This operation is not thread safe. This operation does not protect the source or destination from being modified by another thread while the source is being copied to the destination.
- API Restriction:
- This function must only be called after DDS_DomainParticipantFactory_get_instance.
<<cert>> Compare two DDS_ParticipantBuiltinTopicData objects for equality.
- Parameters:
-
[in] | left | The left side of the comparison. |
[in] | right | The right side of the comparison. |
- Returns:
- DDS_BOOLEAN_TRUE if left is equal to right, otherwise DDS_BOOLEAN_FALSE.
- MT Safety:
- UNSAFE. This operation does not protect against the left or right side from being modified by another thread while the comparison is made.
Finalize a ParticipantBuiltinTopicData object.
- Parameters:
-
[in] | self | ParticipantBuiltinTopicData object to finalize. |
- Returns:
- DDS_BOOLEAN_TRUE on success, DDS_BOOLEAN_FALSE on failure.