|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
31 return static_cast<int>(result);
62 if (success !=
nullptr) {
68 if (success !=
nullptr) {
77 if (v != 0 && v !=
'\r' && v !=
'\n') {
78 if (v !=
'\\' || esc >= 2) {
105 while (result > 0 && remLen > 0) {
106 result =
read(b, off, remLen);
112 return (result <= 0) ? -1 : fullLen;
const Bytes & bytes() const
An abstraction for a block of bytes, with optional responsibility for allocating/destroying that bloc...
A simple abstraction for a block of bytes.
An interface to the operating system, including Port based communication.