|
RTC Toolkit 5.1.0
|
Error reporting struct, contains the return code and topic where the error occurred. More...
#include <ddsWaitSetIf.hpp>
Public Member Functions | |
| std::string | Message () const |
| bool | operator== (const DdsWaitSetError &b) const |
Public Attributes | |
| std::string | topic |
| std::variant< eprosima::fastdds::dds::ReturnCode_t, InternalError > | code |
Friends | |
| void | PrintTo (const DdsWaitSetError &error, std::ostream *os) |
Error reporting struct, contains the return code and topic where the error occurred.
| std::string rtctk::telSub::DdsWaitSetError::Message | ( | ) | const |
|
inline |
|
friend |
| std::variant<eprosima::fastdds::dds::ReturnCode_t, InternalError> rtctk::telSub::DdsWaitSetError::code |
| std::string rtctk::telSub::DdsWaitSetError::topic |