Public Member Functions | |
| Private () | |
| bool | attach (yarp::os::UnbufferedContactable &port, const yarp::os::ContactStyle &style) |
| void | reset () |
Public Attributes | |
| yarp::os::UnbufferedContactable * | port {nullptr} |
| yarp::os::PortReader * | reader {nullptr} |
| yarp::os::PortReader * | owner {nullptr} |
| yarp::os::MessageStack | stack |
| bool | replies {true} |
| bool | can_write {false} |
| bool | can_read {false} |
Definition at line 21 of file WireLink.cpp.
|
default |
| bool yarp::os::WireLink::Private::attach | ( | yarp::os::UnbufferedContactable & | port, |
| const yarp::os::ContactStyle & | style | ||
| ) |
Definition at line 43 of file WireLink.cpp.
| void yarp::os::WireLink::Private::reset | ( | ) |
Definition at line 52 of file WireLink.cpp.
| bool yarp::os::WireLink::Private::can_read {false} |
Definition at line 32 of file WireLink.cpp.
| bool yarp::os::WireLink::Private::can_write {false} |
Definition at line 31 of file WireLink.cpp.
| yarp::os::PortReader* yarp::os::WireLink::Private::owner {nullptr} |
Definition at line 28 of file WireLink.cpp.
| yarp::os::UnbufferedContactable* yarp::os::WireLink::Private::port {nullptr} |
Definition at line 26 of file WireLink.cpp.
| yarp::os::PortReader* yarp::os::WireLink::Private::reader {nullptr} |
Definition at line 27 of file WireLink.cpp.
| bool yarp::os::WireLink::Private::replies {true} |
Definition at line 30 of file WireLink.cpp.
| yarp::os::MessageStack yarp::os::WireLink::Private::stack |
Definition at line 29 of file WireLink.cpp.