#include <TimestampEstimatorStatus.hpp>
Structure used to report the internal state of a TimestampEstimator instance
| aggregator::TimestampEstimatorStatus::TimestampEstimatorStatus |
( |
| ) |
|
|
inline |
| base::Time aggregator::TimestampEstimatorStatus::base_time |
Time at which the base time got reset last
| base::Time aggregator::TimestampEstimatorStatus::base_time_reset_offset |
Offset at the last reset of base_time
| int aggregator::TimestampEstimatorStatus::expected_losses |
Losses that have been announced using updateLoss, but have yet to be seen in the time stream
| base::Time aggregator::TimestampEstimatorStatus::latency |
Estimated latency (always null if no hardware timestamps are provided)
| int aggregator::TimestampEstimatorStatus::lost_samples |
Count of lost samples currently stored in the estimator
| int aggregator::TimestampEstimatorStatus::lost_samples_total |
Total count of lost samples
| base::Time aggregator::TimestampEstimatorStatus::period |
| base::Time aggregator::TimestampEstimatorStatus::reference_time_raw |
Last reference time provided to the input estimator
| int aggregator::TimestampEstimatorStatus::rejected_expected_losses |
The number of losses announced with updateLoss that got rejected by the estimator
| base::Time aggregator::TimestampEstimatorStatus::stamp |
When this data structure has been generated
| base::Time aggregator::TimestampEstimatorStatus::time_raw |
Last input time provided to the input estimator
| int aggregator::TimestampEstimatorStatus::window_capacity |
| int aggregator::TimestampEstimatorStatus::window_size |
Count of samples currently stored in the estimator
The documentation for this struct was generated from the following file: