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 "TargetVer2.h"
int ct = 0;
p.
open(
"/target/raw/out");
while (true) {
ct++;
Time::delay(1);
}
return 0;
}
A mini-server for performing network communication in the background.
bool open(const std::string &name) override
Start port operation, with a specific name, with automatically-chosen network parameters.
void write(bool forceStrict=false)
Write the current object being returned by BufferedPort::prepare.
Utilities for manipulating the YARP network, including initialization and shutdown.
A mini-server for network communication.
An interface to the operating system, including Port based communication.
The main, catch-all namespace for YARP.