YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
ImageNetworkHeader.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-FileCopyrightText: 2006-2010 RobotCub Consortium
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef YARP_SIG_IMAGENETWORKHEADER_H
8#define YARP_SIG_IMAGENETWORKHEADER_H
9
10#include <yarp/conf/system.h>
11
12#include <yarp/os/NetInt32.h>
13#include <yarp/os/NetInt16.h>
14#include <yarp/os/Bottle.h>
15
16#include <yarp/sig/Image.h>
17
18namespace yarp::sig {
19
63
64} // namespace yarp::sig
65
66#endif // YARP_SIG_IMAGENETWORKHEADER_H
#define BOTTLE_TAG_INT32
Definition Bottle.h:21
#define BOTTLE_TAG_BLOB
Definition Bottle.h:27
#define BOTTLE_TAG_LIST
Definition Bottle.h:28
#define BOTTLE_TAG_VOCAB32
Definition Bottle.h:23
Image class with user control of representation details.
Definition Image.h:361
Byte order in image header for network transmission.
const yarp::os::NetInt32 paramIdTag
const yarp::os::NetInt32 paramListTag
const yarp::os::NetInt32 paramNameTag
void setToImage(FlexImage &image)
const yarp::os::NetInt32 listTag
const yarp::os::NetInt32 paramBlobTag
const yarp::os::NetInt32 paramListLen
void setFromImage(const Image &image)
const yarp::os::NetInt32 paramName
const yarp::os::NetInt32 listLen
Base class for storing images.
Definition Image.h:79
std::int32_t NetInt32
Definition of the NetInt32 type.
Definition NetInt32.h:29
constexpr yarp::conf::vocab32_t createVocab32(char a, char b=0, char c=0, char d=0)
Create a vocab from chars.
Definition Vocab.h:27
#define YARP_END_PACK
Ends 1 byte packing for structs/classes.
Definition system.h:193
#define YARP_BEGIN_PACK
Starts 1 byte packing for structs/classes.
Definition system.h:192