Part of a series of examples on the different ways of using ports.
Part of a series of examples on the different ways of using ports. See Port power tutorial.
#include <stdio.h>
return true;
}
};
while (true) {
printf(
"main thread free to do whatever it wants\n");
Time::delay(10);
}
return 0;
}
A simple collection of objects that can be described and transmitted in a portable way.
bool read(ConnectionReader &reader) override
Set the bottle's value based on input from a network connection.
std::string toString() const override
Gives a human-readable textual representation of the bottle.
A mini-server for performing network communication in the background.
void setReader(PortReader &reader) override
Set an external reader for port data.
bool open(const std::string &name) override
Start port operation, with a specific name, with automatically-chosen network parameters.
An interface for reading from a network connection.
Utilities for manipulating the YARP network, including initialization and shutdown.
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
A mini-server for network communication.
An interface to the operating system, including Port based communication.
The main, catch-all namespace for YARP.