|
waterlinkedsonar
C++ client library for the Water Linked Sonar 3D-15
|
Result of Decoder::decode(). More...
#include <waterlinkedsonar/rip.hpp>
Public Attributes | |
| DecodeStatus | status {DecodeStatus::PARSE_FAILED} |
| std::variant< std::monostate, RangeImageView, BitmapImageView, ImuBatchView > | payload |
| std::string | unknown_type_url |
| Type URL of the skipped message when status is UNKNOWN_TYPE. | |
Result of Decoder::decode().
Payload holds a view when status is OK and std::monostate otherwise. The views point into the decoder's storage; see Decoder for their lifetime.
| std::variant<std::monostate, RangeImageView, BitmapImageView, ImuBatchView> waterlinked::sonar::rip::Decoded::payload |
| DecodeStatus waterlinked::sonar::rip::Decoded::status {DecodeStatus::PARSE_FAILED} |
| std::string waterlinked::sonar::rip::Decoded::unknown_type_url |
Type URL of the skipped message when status is UNKNOWN_TYPE.