MIRA
|
A Tape is a representation of recorded channel data in a binary file. More...
#include <boost/optional.hpp>
#include <utils/Path.h>
#include <fw/Framework.h>
#include <platform/Platform.h>
Go to the source code of this file.
Classes | |
class | Tape |
A tape is a binary file that contains recorded/serialized data of one or multiple channels. More... | |
struct | Tape::Header |
Header containing type and size of the following packet. More... | |
struct | Tape::MessageIndex |
Index entry for a message in the tape. More... | |
struct | Tape::ChannelInfo |
Information about a channel in a tape. More... | |
struct | Tape::FileInfo |
Information about a tape file. More... | |
struct | Tape::MessageBlock |
Struct for a message block in a tape. More... | |
struct | Tape::Message |
Struct for message data in a tape. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
A Tape is a representation of recorded channel data in a binary file.