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>
#include "TargetVer1b.h"
p.
open(
"/target/raw/in");
while (true) {
}
return 0;
}
T & content()
Get the internal structure that will be read or written.
A mini-server for performing network communication in the background.
Utilities for manipulating the YARP network, including initialization and shutdown.
A mini-server for network communication.
bool read(PortReader &reader, bool willReply=false) override
Read an object from the port.
bool open(const std::string &name) override
Start port operation, with a specific name, with automatically-chosen network parameters.
int main(int argc, char *argv[])
An interface to the operating system, including Port based communication.
The main, catch-all namespace for YARP.