#include <multipleAnalogSensorsMsgs/idl_generated_code/MultipleAnalogSensorsMetadata.h>
Inheritance diagram for MultipleAnalogSensorsMetadata:Public Member Functions | |
| MultipleAnalogSensorsMetadata () | |
| virtual SensorRPCData | getMetadata () |
| Read the sensor metadata necessary to configure the MultipleAnalogSensorsClient device. More... | |
| 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. More... | |
Public Member Functions inherited from yarp::os::Wire | |
| yarp::os::WireLink & | yarp () |
| Get YARP state associated with this object. More... | |
Public Member Functions inherited from yarp::os::PortReader | |
| virtual | ~PortReader () |
| Destructor. More... | |
| virtual Type | getReadType () const |
Definition at line 21 of file MultipleAnalogSensorsMetadata.h.
| MultipleAnalogSensorsMetadata::MultipleAnalogSensorsMetadata | ( | ) |
Definition at line 61 of file MultipleAnalogSensorsMetadata.cpp.
|
virtual |
Read the sensor metadata necessary to configure the MultipleAnalogSensorsClient device.
Reimplemented in MultipleAnalogSensorsServer.
Definition at line 66 of file MultipleAnalogSensorsMetadata.cpp.
|
virtual |
Definition at line 77 of file MultipleAnalogSensorsMetadata.cpp.
|
overridevirtual |
Read this object from a network connection.
Override this for your particular class.
| reader | an interface to the network connection for reading |
Implements yarp::os::PortReader.
Definition at line 104 of file MultipleAnalogSensorsMetadata.cpp.