1 #ifndef __AGGREGATOR__STREAMALIGNERSTATUS_HPP__ 2 #define __AGGREGATOR__STREAMALIGNERSTATUS_HPP__ 4 #include <base/Time.hpp> 72 StreamStatus() : buffer_size(0), buffer_fill(0), samples_received(0),
73 samples_processed(0), samples_dropped_buffer_full(0),
74 samples_dropped_late_arriving(0),
75 samples_backward_in_time(0), active(true), priority(0)
std::ostream & timers(std::ostream &os, const aggregator::StreamStatus &status, base::Time current_time)
Definition: StreamAlignerStatus.cpp:64
size_t samples_dropped_buffer_full
Definition: StreamAlignerStatus.hpp:37
size_t buffer_fill
Definition: StreamAlignerStatus.hpp:16
base::Time latest_time
Definition: StreamAlignerStatus.hpp:101
base::Time latest_data_time
Definition: StreamAlignerStatus.hpp:51
base::Time time
Definition: StreamAlignerStatus.hpp:88
StreamStatus()
Definition: StreamAlignerStatus.hpp:72
StreamAlignerStatus()
Definition: StreamAlignerStatus.hpp:113
bool active
Definition: StreamAlignerStatus.hpp:61
int64_t priority
Definition: StreamAlignerStatus.hpp:70
std::ostream & operator<<(std::ostream &stream, const aggregator::StreamAligner &re)
Definition: StreamAligner.hpp:614
size_t buffer_size
Definition: StreamAlignerStatus.hpp:14
size_t samples_dropped_late_arriving
Definition: StreamAlignerStatus.hpp:41
std::string name
Definition: StreamAlignerStatus.hpp:92
size_t samples_processed
Definition: StreamAlignerStatus.hpp:32
size_t samples_received
Definition: StreamAlignerStatus.hpp:25
Definition: StreamAlignerStatus.hpp:11
size_t samples_backward_in_time
Definition: StreamAlignerStatus.hpp:47
std::string name
Definition: StreamAlignerStatus.hpp:65
base::Time current_time
Definition: StreamAlignerStatus.hpp:98
std::vector< StreamStatus > streams
Definition: StreamAlignerStatus.hpp:111
Definition: DetermineSampleTimestamp.hpp:8
size_t samples_dropped_late_arriving
Definition: StreamAlignerStatus.hpp:108
base::Time latest_sample_time
Definition: StreamAlignerStatus.hpp:59
base::Time earliest_data_time
Definition: StreamAlignerStatus.hpp:55
Definition: StreamAlignerStatus.hpp:84
std::ostream & counters(std::ostream &os, const aggregator::StreamStatus &status)
Definition: StreamAlignerStatus.cpp:49