Typedef DataTamer::DataSnapshot

Typedef Documentation

using DataTamer::DataSnapshot = std::vector<uint8_t>

The DataSnapshot contains all the information passed by LogChannel::takeSnapshot to a DataSink.

Note: The vector contains:

  • The serialized SnapshotHeader in the first bytes

  • The payload in the following bytes