rawValuesDataVectorsMap IDL struct of a map of vectors to store the raw value data sent by the device
More...
#include <rawValuesDataVectorsMap.h>
|
| rawValuesDataVectorsMap ()=default |
|
| rawValuesDataVectorsMap (const std::map< std::string, std::vector< std::int32_t >> &vectorsMap) |
|
bool | read (yarp::os::idl::WireReader &reader) override |
|
bool | read (yarp::os::ConnectionReader &connection) override |
|
bool | write (const yarp::os::idl::WireWriter &writer) const override |
|
bool | write (yarp::os::ConnectionWriter &connection) const override |
|
std::string | toString () const |
|
|
std::map< std::string, std::vector< std::int32_t > > | vectorsMap {} |
| contain a map of vectors of the raw data as <string, vector> the user wanna send from low to higher level More...
|
|
rawValuesDataVectorsMap IDL struct of a map of vectors to store the raw value data sent by the device
Definition at line 23 of file rawValuesDataVectorsMap.h.
◆ unwrapped
◆ rawValuesDataVectorsMap() [1/2]
iCub::rawValuesDataVectorsMap::rawValuesDataVectorsMap |
( |
| ) |
|
|
default |
◆ rawValuesDataVectorsMap() [2/2]
iCub::rawValuesDataVectorsMap::rawValuesDataVectorsMap |
( |
const std::map< std::string, std::vector< std::int32_t >> & |
vectorsMap | ) |
|
◆ read() [1/2]
bool iCub::rawValuesDataVectorsMap::read |
( |
yarp::os::ConnectionReader & |
connection | ) |
|
|
override |
◆ read() [2/2]
bool iCub::rawValuesDataVectorsMap::read |
( |
yarp::os::idl::WireReader & |
reader | ) |
|
|
override |
◆ toString()
std::string iCub::rawValuesDataVectorsMap::toString |
( |
| ) |
const |
◆ write() [1/2]
bool iCub::rawValuesDataVectorsMap::write |
( |
const yarp::os::idl::WireWriter & |
writer | ) |
const |
|
override |
◆ write() [2/2]
bool iCub::rawValuesDataVectorsMap::write |
( |
yarp::os::ConnectionWriter & |
connection | ) |
const |
|
override |
◆ vectorsMap
std::map<std::string, std::vector<std::int32_t> > iCub::rawValuesDataVectorsMap::vectorsMap {} |
contain a map of vectors of the raw data as <string, vector> the user wanna send from low to higher level
Definition at line 32 of file rawValuesDataVectorsMap.h.
The documentation for this class was generated from the following files: