The Sparta Modeling Framework
Loading...
Searching...
No Matches
ArchiveSource.hpp
1// <ArchiveSource> -*- C++ -*-
2
3#pragma once
4
5#include "sparta/statistics/dispatch/archives/ArchiveStream.hpp"
6
7#include <vector>
8
9namespace sparta {
10namespace statistics {
11
16{
17public:
18 virtual const std::vector<double> & readFromSource() = 0;
19};
20
21} // namespace statistics
22} // namespace sparta
23
Generic statistic source base class for report archives.
Generic statistic stream base class for sources and sinks in the report archive system.
Macros for handling exponential backoff.