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


Public Member Functions | |
| ImageMeta (utility::BufferStreamReader &r, VersionType v) | |
| ImageMeta () | |
| template<class Archive > | |
| void | serialize (Archive &message, const VersionType version) |
Public Member Functions inherited from crl::multisense::details::wire::ImageMetaHeader | |
| ImageMetaHeader () | |
Public Attributes | |
| uint32_t | histogramP [HISTOGRAM_BINS *HISTOGRAM_CHANNELS] |
Public Attributes inherited from crl::multisense::details::wire::ImageMetaHeader | |
| int64_t | frameId |
| float | framesPerSecond |
| float | gain |
| uint32_t | exposureTime |
| uint32_t | timeSeconds |
| uint32_t | timeMicroSeconds |
| int32_t | angle |
| uint64_t | ptpNanoSeconds |
Additional Inherited Members | |
Static Public Attributes inherited from crl::multisense::details::wire::ImageMetaHeader | |
| static CRL_CONSTEXPR IdType | ID = ID_DATA_IMAGE_META |
| static CRL_CONSTEXPR VersionType | VERSION = 2 |
| static CRL_CONSTEXPR uint32_t | HISTOGRAM_CHANNELS = 4 |
| static CRL_CONSTEXPR uint32_t | HISTOGRAM_BINS = 256 |
| static CRL_CONSTEXPR uint32_t | HISTOGRAM_LENGTH |
Definition at line 92 of file ImageMetaMessage.hh.
|
inline |
Definition at line 100 of file ImageMetaMessage.hh.
|
inline |
Definition at line 101 of file ImageMetaMessage.hh.
|
inline |
Definition at line 107 of file ImageMetaMessage.hh.
| uint32_t crl::multisense::details::wire::ImageMeta::histogramP[HISTOGRAM_BINS *HISTOGRAM_CHANNELS] |
Definition at line 95 of file ImageMetaMessage.hh.