YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
DumpReporter Class Reference
+ Inheritance diagram for DumpReporter:

Public Member Functions

 DumpReporter ()=default
 
void setThread (DumpThread *thread)
 
void report (const PortInfo &info) override
 Callback for port event/state information.
 
- Public Member Functions inherited from yarp::os::PortReport
virtual ~PortReport ()
 Destructor.
 

Detailed Description

Definition at line 587 of file main.cpp.

Constructor & Destructor Documentation

◆ DumpReporter()

DumpReporter::DumpReporter ( )
default

Member Function Documentation

◆ report()

void DumpReporter::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
infoPort event/state information

Implements yarp::os::PortReport.

Definition at line 595 of file main.cpp.

◆ setThread()

void DumpReporter::setThread ( DumpThread thread)
inline

Definition at line 594 of file main.cpp.


The documentation for this class was generated from the following file: