|
MADARA
3.4.1
|
#include <memory>#include <vector>#include <thread>#include <atomic>#include <chrono>#include "madara/MadaraExport.h"#include "madara/knowledge/CheckpointSettings.h"#include "madara/knowledge/KnowledgeBase.h"#include "madara/knowledge/BaseStreamer.h"Go to the source code of this file.
Classes | |
| class | madara::knowledge::CheckpointStreamer |
| Implementation of BaseStreamer which writes updates to a Madara checkpoint file. More... | |
Namespaces | |
| madara | |
| Copyright(c) 2020 Galois. | |
| madara::knowledge | |
| Provides functions and classes for the distributed knowledge base. | |
This file contains the CheckpointStream class which streams knowledge updates to serialized temporal knowledge (STK) checkpoints.
Definition in file CheckpointStreamer.h.