IDL-friendly state. More...
#include <yarp/os/idl/WireState.h>
Public Member Functions | |
| WireState () | |
| bool | isValid () const |
Public Attributes | |
| int | len |
| int | code |
| bool | need_ok |
| WireState * | parent |
IDL-friendly state.
Definition at line 21 of file WireState.h.
| WireState::WireState | ( | ) |
Definition at line 15 of file WireState.cpp.
| bool WireState::isValid | ( | ) | const |
Definition at line 23 of file WireState.cpp.
| int yarp::os::idl::WireState::code |
Definition at line 25 of file WireState.h.
| int yarp::os::idl::WireState::len |
Definition at line 24 of file WireState.h.
| bool yarp::os::idl::WireState::need_ok |
Definition at line 26 of file WireState.h.
| WireState* yarp::os::idl::WireState::parent |
Definition at line 27 of file WireState.h.