YARP
Yet Another Robot Platform
MjpegDecompression Class Reference

#include <mjpeg_carrier/MjpegDecompression.h>

Public Member Functions

 MjpegDecompression ()
 
virtual ~MjpegDecompression ()
 
bool decompress (const yarp::os::Bytes &data, yarp::sig::FlexImage &image)
 
bool isAutomatic () const
 
bool setReadEnvelopeCallback (yarp::os::InputStream::readEnvelopeCallbackType callback, void *data)
 

Detailed Description

Definition at line 17 of file MjpegDecompression.h.

Constructor & Destructor Documentation

◆ MjpegDecompression()

MjpegDecompression::MjpegDecompression ( )

Definition at line 204 of file MjpegDecompression.cpp.

◆ ~MjpegDecompression()

MjpegDecompression::~MjpegDecompression ( )
virtual

Definition at line 209 of file MjpegDecompression.cpp.

Member Function Documentation

◆ decompress()

bool MjpegDecompression::decompress ( const yarp::os::Bytes data,
yarp::sig::FlexImage image 
)

Definition at line 217 of file MjpegDecompression.cpp.

◆ isAutomatic()

bool MjpegDecompression::isAutomatic ( ) const

Definition at line 231 of file MjpegDecompression.cpp.

◆ setReadEnvelopeCallback()

bool MjpegDecompression::setReadEnvelopeCallback ( yarp::os::InputStream::readEnvelopeCallbackType  callback,
void *  data 
)

Definition at line 223 of file MjpegDecompression.cpp.


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