YARP
Yet Another Robot Platform
yarp::sig::ImageNetworkHeader Class Reference

Byte order in image header for network transmission. More...

#include <yarp/sig/ImageNetworkHeader.h>

Public Member Functions

 ImageNetworkHeader ()
 
void setFromImage (const Image &image)
 

Public Attributes

yarp::os::NetInt32 listTag
 
yarp::os::NetInt32 listLen
 
yarp::os::NetInt32 paramNameTag
 
yarp::os::NetInt32 paramName
 
yarp::os::NetInt32 paramIdTag
 
yarp::os::NetInt32 id
 
yarp::os::NetInt32 paramListTag
 
yarp::os::NetInt32 paramListLen
 
yarp::os::NetInt32 depth
 
yarp::os::NetInt32 imgSize
 
yarp::os::NetInt32 quantum
 
yarp::os::NetInt32 width
 
yarp::os::NetInt32 height
 
yarp::os::NetInt32 paramBlobTag
 
yarp::os::NetInt32 paramBlobLen
 

Detailed Description

Byte order in image header for network transmission.

Definition at line 32 of file ImageNetworkHeader.h.

Constructor & Destructor Documentation

◆ ImageNetworkHeader()

yarp::sig::ImageNetworkHeader::ImageNetworkHeader ( )
inline

Definition at line 52 of file ImageNetworkHeader.h.

Member Function Documentation

◆ setFromImage()

void yarp::sig::ImageNetworkHeader::setFromImage ( const Image image)
inline

Definition at line 58 of file ImageNetworkHeader.h.

Member Data Documentation

◆ depth

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::depth

Definition at line 44 of file ImageNetworkHeader.h.

◆ height

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::height

Definition at line 48 of file ImageNetworkHeader.h.

◆ id

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::id

Definition at line 41 of file ImageNetworkHeader.h.

◆ imgSize

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::imgSize

Definition at line 45 of file ImageNetworkHeader.h.

◆ listLen

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::listLen

Definition at line 37 of file ImageNetworkHeader.h.

◆ listTag

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::listTag

Definition at line 36 of file ImageNetworkHeader.h.

◆ paramBlobLen

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::paramBlobLen

Definition at line 50 of file ImageNetworkHeader.h.

◆ paramBlobTag

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::paramBlobTag

Definition at line 49 of file ImageNetworkHeader.h.

◆ paramIdTag

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::paramIdTag

Definition at line 40 of file ImageNetworkHeader.h.

◆ paramListLen

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::paramListLen

Definition at line 43 of file ImageNetworkHeader.h.

◆ paramListTag

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::paramListTag

Definition at line 42 of file ImageNetworkHeader.h.

◆ paramName

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::paramName

Definition at line 39 of file ImageNetworkHeader.h.

◆ paramNameTag

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::paramNameTag

Definition at line 38 of file ImageNetworkHeader.h.

◆ quantum

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::quantum

Definition at line 46 of file ImageNetworkHeader.h.

◆ width

yarp::os::NetInt32 yarp::sig::ImageNetworkHeader::width

Definition at line 47 of file ImageNetworkHeader.h.


The documentation for this class was generated from the following file: