7#ifndef YARP_OS_IMPL_PORTCOREINPUTUNIT_H
8#define YARP_OS_IMPL_PORTCOREINPUTUNIT_H
50 bool start()
override;
63 void close()
override;
85 bool closing, finished, running;
95 static void envelopeReadCallback(
void* data,
const Bytes& envelope);
A simple abstraction for a block of bytes.
An interface for reading from a network connection.
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
A class for storing options and configuration information.
Information about a connection between two ports.
A class for thread synchronization and mutual exclusion.
This manages a single threaded resource related to a single input or output connection.
The components from which ports and connections are built.