|
| | Editor () |
| |
| | Editor (SensorRPCData &obj) |
| |
| | ~Editor () override |
| |
| | Editor (const Editor &rhs)=delete |
| |
| | Editor (Editor &&rhs)=delete |
| |
| Editor & | operator= (const Editor &rhs)=delete |
| |
| Editor & | operator= (Editor &&rhs)=delete |
| |
| bool | edit (SensorRPCData &obj, bool dirty=true) |
| |
| bool | isValid () const |
| |
| SensorRPCData & | state () |
| |
| void | start_editing () |
| |
| void | begin () |
| |
| void | stop_editing () |
| |
| void | end () |
| |
| void | set_ThreeAxisGyroscopes (const std::vector< SensorMetadata > &ThreeAxisGyroscopes) |
| |
| void | set_ThreeAxisGyroscopes (size_t index, const SensorMetadata &elem) |
| |
| const std::vector< SensorMetadata > & | get_ThreeAxisGyroscopes () const |
| |
| virtual bool | will_set_ThreeAxisGyroscopes () |
| |
| virtual bool | did_set_ThreeAxisGyroscopes () |
| |
| void | set_ThreeAxisLinearAccelerometers (const std::vector< SensorMetadata > &ThreeAxisLinearAccelerometers) |
| |
| void | set_ThreeAxisLinearAccelerometers (size_t index, const SensorMetadata &elem) |
| |
| const std::vector< SensorMetadata > & | get_ThreeAxisLinearAccelerometers () const |
| |
| virtual bool | will_set_ThreeAxisLinearAccelerometers () |
| |
| virtual bool | did_set_ThreeAxisLinearAccelerometers () |
| |
| void | set_ThreeAxisMagnetometers (const std::vector< SensorMetadata > &ThreeAxisMagnetometers) |
| |
| void | set_ThreeAxisMagnetometers (size_t index, const SensorMetadata &elem) |
| |
| const std::vector< SensorMetadata > & | get_ThreeAxisMagnetometers () const |
| |
| virtual bool | will_set_ThreeAxisMagnetometers () |
| |
| virtual bool | did_set_ThreeAxisMagnetometers () |
| |
| void | set_OrientationSensors (const std::vector< SensorMetadata > &OrientationSensors) |
| |
| void | set_OrientationSensors (size_t index, const SensorMetadata &elem) |
| |
| const std::vector< SensorMetadata > & | get_OrientationSensors () const |
| |
| virtual bool | will_set_OrientationSensors () |
| |
| virtual bool | did_set_OrientationSensors () |
| |
| void | set_TemperatureSensors (const std::vector< SensorMetadata > &TemperatureSensors) |
| |
| void | set_TemperatureSensors (size_t index, const SensorMetadata &elem) |
| |
| const std::vector< SensorMetadata > & | get_TemperatureSensors () const |
| |
| virtual bool | will_set_TemperatureSensors () |
| |
| virtual bool | did_set_TemperatureSensors () |
| |
| void | set_SixAxisForceTorqueSensors (const std::vector< SensorMetadata > &SixAxisForceTorqueSensors) |
| |
| void | set_SixAxisForceTorqueSensors (size_t index, const SensorMetadata &elem) |
| |
| const std::vector< SensorMetadata > & | get_SixAxisForceTorqueSensors () const |
| |
| virtual bool | will_set_SixAxisForceTorqueSensors () |
| |
| virtual bool | did_set_SixAxisForceTorqueSensors () |
| |
| void | set_ContactLoadCellArrays (const std::vector< SensorMetadata > &ContactLoadCellArrays) |
| |
| void | set_ContactLoadCellArrays (size_t index, const SensorMetadata &elem) |
| |
| const std::vector< SensorMetadata > & | get_ContactLoadCellArrays () const |
| |
| virtual bool | will_set_ContactLoadCellArrays () |
| |
| virtual bool | did_set_ContactLoadCellArrays () |
| |
| void | set_EncoderArrays (const std::vector< SensorMetadata > &EncoderArrays) |
| |
| void | set_EncoderArrays (size_t index, const SensorMetadata &elem) |
| |
| const std::vector< SensorMetadata > & | get_EncoderArrays () const |
| |
| virtual bool | will_set_EncoderArrays () |
| |
| virtual bool | did_set_EncoderArrays () |
| |
| void | set_SkinPatches (const std::vector< SensorMetadata > &SkinPatches) |
| |
| void | set_SkinPatches (size_t index, const SensorMetadata &elem) |
| |
| const std::vector< SensorMetadata > & | get_SkinPatches () const |
| |
| virtual bool | will_set_SkinPatches () |
| |
| virtual bool | did_set_SkinPatches () |
| |
| void | set_PositionSensors (const std::vector< SensorMetadata > &PositionSensors) |
| |
| void | set_PositionSensors (size_t index, const SensorMetadata &elem) |
| |
| const std::vector< SensorMetadata > & | get_PositionSensors () const |
| |
| virtual bool | will_set_PositionSensors () |
| |
| virtual bool | did_set_PositionSensors () |
| |
| void | clean () |
| |
| bool | read (yarp::os::ConnectionReader &connection) override |
| | Read this object from a network connection. More...
|
| |
| bool | write (yarp::os::ConnectionWriter &connection) const override |
| | Write this object to a network connection. More...
|
| |
| yarp::os::WireLink & | yarp () |
| | Get YARP state associated with this object. More...
|
| |
| virtual | ~PortReader () |
| | Destructor. More...
|
| |
| virtual Type | getReadType () const |
| |
| virtual | ~PortWriter () |
| | Destructor. More...
|
| |
| virtual void | onCompletion () const |
| | This is called when the port has finished all writing operations. More...
|
| |
| virtual void | onCommencement () const |
| | This is called when the port is about to begin writing operations. More...
|
| |
| virtual yarp::os::Type | getWriteType () const |
| |
Definition at line 70 of file SensorRPCData.h.
Write this object to a network connection.
Override this for your particular class. Be aware that depending on the nature of the connections a port has, and what protocol they use, and how efficient the YARP implementation is, this method may be called once, twice, or many times, as the result of a single call to Port::write
- Parameters
-
| writer | an interface to the network connection for writing |
- Returns
- true iff the object is successfully written
Implements yarp::os::PortWriter.
Definition at line 847 of file SensorRPCData.cpp.