|
YARP
Yet Another Robot Platform
|
|
virtual void appendBlock(const char *data, size_t len)=0
Send a block of data to the network connection.
void resize(size_t size) override
Resize the vector.
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
yarp::sig::Vector Buttons
virtual bool isError() const =0
virtual std::int32_t expectInt32()=0
Read a 32-bit integer from the network connection.
An interface for writing to a network connection.
virtual bool isError() const =0
size_t length() const
Get the length of the vector.
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
virtual bool convertTextMode()=0
Converts a standard description in binary into a textual description, if the connection is in text-mo...
virtual void appendInt32(std::int32_t data)=0
Send a representation of a 32-bit integer to the network connection.
An interface for reading from a network connection.
T * data()
Return a pointer to the first element of the vector.
virtual bool expectBlock(char *data, size_t len)=0
Read a block of data from the network connection.
yarp::sig::VectorOf< unsigned char > Hats