A yarp port that output data read from an analog sensor. More...
Public Member Functions | |
AnalogPortEntry () | |
A yarp port that output data read from an analog sensor. More... | |
AnalogPortEntry (const AnalogPortEntry &alt) | |
AnalogPortEntry & | operator= (const AnalogPortEntry &alt) |
Public Attributes | |
yarp::os::BufferedPort< yarp::sig::Vector > | port |
std::string | port_name |
int | offset |
int | length |
A yarp port that output data read from an analog sensor.
It contains information about which data of the analog sensor are sent on the port, i.e. an offset and a length.
Definition at line 51 of file AnalogWrapper.cpp.
AnalogPortEntry::AnalogPortEntry | ( | ) |
A yarp port that output data read from an analog sensor.
It contains information about which data of the analog sensor are sent on the port, i.e. an offset and a length.
Definition at line 167 of file AnalogWrapper.cpp.
AnalogPortEntry::AnalogPortEntry | ( | const AnalogPortEntry & | alt | ) |
Definition at line 172 of file AnalogWrapper.cpp.
AnalogPortEntry & AnalogPortEntry::operator= | ( | const AnalogPortEntry & | alt | ) |
Definition at line 179 of file AnalogWrapper.cpp.
int AnalogPortEntry::length |
Definition at line 57 of file AnalogWrapper.cpp.
int AnalogPortEntry::offset |
Definition at line 56 of file AnalogWrapper.cpp.
yarp::os::BufferedPort<yarp::sig::Vector> AnalogPortEntry::port |
Definition at line 54 of file AnalogWrapper.cpp.
std::string AnalogPortEntry::port_name |
Definition at line 55 of file AnalogWrapper.cpp.