RTI Connext Modern C++ API
Version 7.0.0
|
Utilities to print discovery snapshots of DDS entities. More...
Functions | |
void | rti::util::discovery::take_snapshot (dds::domain::DomainParticipant participant) |
<<extension>> Take a snapshot of the remote participants discovered by a local one. More... | |
void | rti::util::discovery::take_snapshot (dds::domain::DomainParticipant participant, const std::string &file_name) |
<<extension>> Take a snapshot of the remote participants discovered by a local one. More... | |
void | rti::util::discovery::take_snapshot (dds::pub::AnyDataWriter writer) |
<<extension>> Take a snapshot of the compatible and incompatible remote readers matched by a local writer. More... | |
void | rti::util::discovery::take_snapshot (dds::pub::AnyDataWriter writer, const std::string &file_name) |
<<extension>> Take a snapshot of the compatible and incompatible remote readers matched by a local writer. More... | |
void | rti::util::discovery::take_snapshot (dds::sub::AnyDataReader reader) |
<<extension>> Take a snapshot of the compatible and incompatible remote writers matched by a local reader. More... | |
void | rti::util::discovery::take_snapshot (dds::sub::AnyDataReader reader, const std::string &file_name) |
<<extension>> Take a snapshot of the compatible and incompatible remote writers matched by a local reader. More... | |
Utilities to print discovery snapshots of DDS entities.
void rti::util::discovery::take_snapshot | ( | dds::domain::DomainParticipant | participant | ) |
<<extension>> Take a snapshot of the remote participants discovered by a local one.
participant | The local participant. |
The snapshot will be printed through the rti::config::Logger. A possible output may be the following:
One | of the Standard Exceptions. |
void rti::util::discovery::take_snapshot | ( | dds::domain::DomainParticipant | participant, |
const std::string & | file_name | ||
) |
<<extension>> Take a snapshot of the remote participants discovered by a local one.
participant | The local participant. |
file_name | Name of the file where snapshot should be printed. |
The snapshot will be printed in the file specified by file_name. A possible output may be the following:
One | of the Standard Exceptions. |
void rti::util::discovery::take_snapshot | ( | dds::pub::AnyDataWriter | writer | ) |
<<extension>> Take a snapshot of the compatible and incompatible remote readers matched by a local writer.
writer | The local writer. |
The snapshot will be printed through the rti::config::Logger. A possible output may be the following:
One | of the Standard Exceptions. |
void rti::util::discovery::take_snapshot | ( | dds::pub::AnyDataWriter | writer, |
const std::string & | file_name | ||
) |
<<extension>> Take a snapshot of the compatible and incompatible remote readers matched by a local writer.
writer | The local writer. |
file_name | Name of the file where snapshot should be printed. |
The snapshot will be printed in the file specified by file_name. A possible output may be the following:
One | of the Standard Exceptions. |
void rti::util::discovery::take_snapshot | ( | dds::sub::AnyDataReader | reader | ) |
<<extension>> Take a snapshot of the compatible and incompatible remote writers matched by a local reader.
reader | Local reader. |
The snapshot will be printed through the rti::config::Logger. A possible output may be the following:
One | of the Standard Exceptions. |
void rti::util::discovery::take_snapshot | ( | dds::sub::AnyDataReader | reader, |
const std::string & | file_name | ||
) |
<<extension>> Take a snapshot of the compatible and incompatible remote writers matched by a local reader.
reader | Local reader. |
file_name | Name of the file where snapshot should be printed. |
The snapshot will be printed in the file specified by file_name. A possible output may be the following:
One | of the Standard Exceptions. |