![]() |
LibMultiSense
LibMultiSense Documentation
|
#include <JpegMessage.hh>


Public Member Functions | |
| JpegImage (utility::BufferStreamReader &r, VersionType v) | |
| JpegImage () | |
| template<class Archive > | |
| void | serialize (Archive &message, const VersionType version) |
Public Member Functions inherited from crl::multisense::details::wire::JpegImageHeader | |
| JpegImageHeader () | |
Public Attributes | |
| void * | dataP |
Public Attributes inherited from crl::multisense::details::wire::JpegImageHeader | |
| uint32_t | source |
| int64_t | frameId |
| uint16_t | width |
| uint16_t | height |
| uint32_t | length |
| uint32_t | quality |
| uint32_t | sourceExtended |
Additional Inherited Members | |
Static Public Attributes inherited from crl::multisense::details::wire::JpegImageHeader | |
| static CRL_CONSTEXPR IdType | ID = ID_DATA_JPEG_IMAGE |
| static CRL_CONSTEXPR VersionType | VERSION = 2 |
Definition at line 86 of file JpegMessage.hh.
|
inline |
Definition at line 94 of file JpegMessage.hh.
|
inline |
Definition at line 95 of file JpegMessage.hh.
|
inline |
Definition at line 101 of file JpegMessage.hh.
| void* crl::multisense::details::wire::JpegImage::dataP |
Definition at line 89 of file JpegMessage.hh.