#include <analysis.h>
|
using | AccumulatorType = boost::accumulators::accumulator_set< std::size_t, boost::accumulators::stats< boost::accumulators::tag::mean, boost::accumulators::tag::sum > > |
|
◆ AccumulatorType
◆ Add() [1/2]
◆ Add() [2/2]
◆ PrintHumanReadable()
std::string encrypto::motion::AccumulatedCommunicationStatistics::PrintHumanReadable |
( |
| ) |
const |
◆ ToJson()
boost::json::object encrypto::motion::AccumulatedCommunicationStatistics::ToJson |
( |
| ) |
const |
◆ kIdxNumberOfBytesReceived
constexpr std::size_t encrypto::motion::AccumulatedCommunicationStatistics::kIdxNumberOfBytesReceived = 3 |
|
staticconstexpr |
◆ kIdxNumberOfBytesSent
constexpr std::size_t encrypto::motion::AccumulatedCommunicationStatistics::kIdxNumberOfBytesSent = 2 |
|
staticconstexpr |
◆ kIdxNumberOfMessagesReceived
constexpr std::size_t encrypto::motion::AccumulatedCommunicationStatistics::kIdxNumberOfMessagesReceived = 1 |
|
staticconstexpr |
◆ kIdxNumberOfMessagesSent
constexpr std::size_t encrypto::motion::AccumulatedCommunicationStatistics::kIdxNumberOfMessagesSent = 0 |
|
staticconstexpr |
The documentation for this class was generated from the following files: