6#ifndef YARP_OS_COMMANDBOTTLE_H
7#define YARP_OS_COMMANDBOTTLE_H
A simple collection of objects that can be described and transmitted in a portable way.
A mini-server for performing network communication in the background.
CommandBottle(const CommandBottle &rhs)=default
~CommandBottle() override=default
CommandBottle & operator=(const CommandBottle &rhs)=default
CommandBottle(CommandBottle &&rhs) noexcept=default
CommandBottle & operator=(CommandBottle &&rhs) noexcept=default
An interface for reading from a network connection.
An interface for writing to a network connection.
This is a base class for objects that can be both read from and be written to the YARP network.
An interface to the operating system, including Port based communication.