Definition at line 40 of file Node.cpp.
◆ ROSReport()
◆ report()
void ROSReport::report |
( |
const PortInfo & |
info | ) |
|
|
inlineoverridevirtual |
Callback for port event/state information.
This callback must be careful about performing any operation on the port it is receiving information about, since that port is locked until this callback completes. To avoid deadlocks, take action based on port reports in a separate thread.
- Parameters
-
info | Port event/state information |
Implements yarp::os::PortReport.
Definition at line 48 of file Node.cpp.
◆ incomingURIs
std::multimap<std::string, std::string> ROSReport::incomingURIs |
◆ outgoingURIs
std::multimap<std::string, std::string> ROSReport::outgoingURIs |
The documentation for this class was generated from the following file: