|
pjmsg_mcap_wrapper
|
An iterable view of Messages in an MCAP file.
Definition at line 656 of file reader.hpp.
#include <reader.hpp>
Classes | |
| struct | Iterator |
Public Member Functions | |
| LinearMessageView (McapReader &mcapReader, const ProblemCallback &onProblem) | |
| LinearMessageView (McapReader &mcapReader, ByteOffset dataStart, ByteOffset dataEnd, Timestamp startTime, Timestamp endTime, const ProblemCallback &onProblem) | |
| LinearMessageView (McapReader &mcapReader, const ReadMessageOptions &options, ByteOffset dataStart, ByteOffset dataEnd, const ProblemCallback &onProblem) | |
| LinearMessageView (const LinearMessageView &)=delete | |
| LinearMessageView & | operator= (const LinearMessageView &)=delete |
| LinearMessageView (LinearMessageView &&)=default | |
| LinearMessageView & | operator= (LinearMessageView &&)=delete |
| Iterator | begin () |
| Iterator | end () |
Private Attributes | |
| McapReader & | mcapReader_ |
| ByteOffset | dataStart_ |
| ByteOffset | dataEnd_ |
| ReadMessageOptions | readMessageOptions_ |
| const ProblemCallback | onProblem_ |
| mcap::LinearMessageView::LinearMessageView | ( | McapReader & | mcapReader, |
| const ProblemCallback & | onProblem | ||
| ) |
Definition at line 1590 of file reader.inl.
| mcap::LinearMessageView::LinearMessageView | ( | McapReader & | mcapReader, |
| ByteOffset | dataStart, | ||
| ByteOffset | dataEnd, | ||
| Timestamp | startTime, | ||
| Timestamp | endTime, | ||
| const ProblemCallback & | onProblem | ||
| ) |
Definition at line 1596 of file reader.inl.
| mcap::LinearMessageView::LinearMessageView | ( | McapReader & | mcapReader, |
| const ReadMessageOptions & | options, | ||
| ByteOffset | dataStart, | ||
| ByteOffset | dataEnd, | ||
| const ProblemCallback & | onProblem | ||
| ) |
Definition at line 1605 of file reader.inl.
|
delete |
|
default |
| LinearMessageView::Iterator mcap::LinearMessageView::begin | ( | ) |
Definition at line 1614 of file reader.inl.
| LinearMessageView::Iterator mcap::LinearMessageView::end | ( | ) |
Definition at line 1621 of file reader.inl.
|
delete |
|
delete |
|
private |
Definition at line 722 of file reader.hpp.
|
private |
Definition at line 721 of file reader.hpp.
|
private |
Definition at line 720 of file reader.hpp.
|
private |
Definition at line 724 of file reader.hpp.
|
private |
Definition at line 723 of file reader.hpp.