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 "TargetVer1.h"
int ct = 0;
p.
open(
"/target/raw/out");
while (true) {
ct++;
}
return 0;
}
Class for writing and reading simple binary structures.
T & content()
Get the internal structure that will be read or written.
Utilities for manipulating the YARP network, including initialization and shutdown.
A mini-server for network communication.
bool write(const PortWriter &writer, const PortWriter *callback=nullptr) const override
Write an object to the port.
bool open(const std::string &name) override
Start port operation, with a specific name, with automatically-chosen network parameters.
void delay(double seconds)
Wait for a certain number of seconds.
An interface to the operating system, including Port based communication.
The main, catch-all namespace for YARP.
int main(int argc, char *argv[])