#include <networkWrappers/battery_nws_yarp/Battery_nws_yarp.h>
Inheritance diagram for IBatteryMsgsImpl:Public Member Functions | |
| return_get_BatteryInfo | getBatteryInfoRPC () override |
| IBatteryMsgsImpl (yarp::dev::IBattery *iBattery) | |
| ~IBatteryMsgsImpl ()=default | |
| std::mutex * | getMutex () |
Public Member Functions inherited from IBatteryMsgs | |
| virtual yarp::os::ApplicationNetworkProtocolVersion | getLocalProtocolVersion () |
| virtual yarp::os::ApplicationNetworkProtocolVersion | getRemoteProtocolVersion () |
| virtual bool | checkProtocolVersion () |
| IBatteryMsgs () | |
| virtual std::vector< std::string > | help (const std::string &functionName="--all") |
| bool | read (yarp::os::ConnectionReader &connection) override |
| Read this object from a network connection. | |
Public Member Functions inherited from yarp::os::Wire | |
| yarp::os::WireLink & | yarp () |
| Get YARP state associated with this object. | |
| const yarp::os::WireLink & | yarp () const |
| Get YARP state associated with this object (const version). | |
Public Member Functions inherited from yarp::os::PortReader | |
| virtual | ~PortReader () |
| Destructor. | |
| virtual Type | getReadType () const |
Definition at line 42 of file Battery_nws_yarp.h.
| IBatteryMsgsImpl::IBatteryMsgsImpl | ( | yarp::dev::IBattery * | iBattery | ) |
Definition at line 353 of file Battery_nws_yarp.cpp.
|
default |
|
overridevirtual |
Reimplemented from IBatteryMsgs.
Definition at line 333 of file Battery_nws_yarp.cpp.
|
inline |
Definition at line 54 of file Battery_nws_yarp.h.