|
MADARA
3.4.1
|
#include <fstream>#include <thread>#include <memory>#include "madara/MadaraExport.h"#include "madara/utility/ScopedArray.h"#include "madara/knowledge/CheckpointSettings.h"#include "madara/knowledge/FileHeader.h"#include "madara/transport/MessageHeader.h"#include "madara/utility/StlHelper.h"Go to the source code of this file.
Classes | |
| class | madara::knowledge::CheckpointPlayer |
| Plays back a checkpoint over time, based on recorded TOI. More... | |
| class | madara::knowledge::CheckpointReader |
| Class for iterating binary checkpoint files. More... | |
Namespaces | |
| madara | |
| Copyright(c) 2020 Galois. | |
| madara::knowledge | |
| Provides functions and classes for the distributed knowledge base. | |
This file provides checkpoint playback capabilities
Definition in file CheckpointPlayer.h.