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
9
namespace
sparta
{
10
namespace
statistics {
11
15
class
ArchiveSource
:
public
ArchiveStream
16
{
17
public
:
18
virtual
const
std::vector<double> & readFromSource() = 0;
19
};
20
21
}
// namespace statistics
22
}
// namespace sparta
23
sparta::statistics::ArchiveSource
Generic statistic source base class for report archives.
Definition
ArchiveSource.hpp:16
sparta::statistics::ArchiveStream
Generic statistic stream base class for sources and sinks in the report archive system.
Definition
ArchiveStream.hpp:15
sparta
Macros for handling exponential backoff.
Definition
AppTriggers.hpp:22
sparta
statistics
dispatch
archives
ArchiveSource.hpp
Generated on Mon Nov 11 2024 22:59:36 for The Sparta Modeling Framework by
1.9.8