6#ifndef YARP_OS_COMMANDBOTTLE_H
7#define YARP_OS_COMMANDBOTTLE_H
27 explicit CommandBottle(std::initializer_list<yarp::os::Value> values);
A simple collection of objects that can be described and transmitted in a portable way.
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.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)