Skyward boardcore
|
#include <cstdint>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | Boardcore::StatsResult |
Statistics computed by the Stats class. More... | |
class | Boardcore::Stats |
Computes on-line statistics of a dataset. More... | |
Namespaces | |
namespace | Boardcore |
This file includes all the types the logdecoder script will decode. | |
Functions | |
std::ostream & | Boardcore::operator<< (std::ostream &os, const StatsResult &sr) |
Allows printing StatsResult to an ostream. | |