|
| | Impl () |
| |
| bool | init (const Config &config) |
| |
| bool | tick (std::uint64_t currtime_usec, std::uint64_t &deltatime_usec) |
| |
| bool | reset () |
| |
| bool | alert (std::uint64_t &deltatime_usec) const |
| |
| bool | report () const |
| |
Definition at line 126 of file embot_tools.cpp.
◆ Impl()
| embot::tools::PeriodValidator::Impl::Impl |
( |
| ) |
|
|
inline |
◆ alert()
| bool embot::tools::PeriodValidator::Impl::alert |
( |
std::uint64_t & |
deltatime_usec | ) |
const |
|
inline |
◆ init()
| bool embot::tools::PeriodValidator::Impl::init |
( |
const Config & |
config | ) |
|
|
inline |
◆ report()
| bool embot::tools::PeriodValidator::Impl::report |
( |
| ) |
const |
|
inline |
◆ reset()
| bool embot::tools::PeriodValidator::Impl::reset |
( |
| ) |
|
|
inline |
◆ tick()
| bool embot::tools::PeriodValidator::Impl::tick |
( |
std::uint64_t |
currtime_usec, |
|
|
std::uint64_t & |
deltatime_usec |
|
) |
| |
|
inline |
◆ configuration
| Config embot::tools::PeriodValidator::Impl::configuration |
◆ delta
| std::uint64_t embot::tools::PeriodValidator::Impl::delta |
◆ enabledAlert
| bool embot::tools::PeriodValidator::Impl::enabledAlert |
◆ enabledReport
| bool embot::tools::PeriodValidator::Impl::enabledReport |
◆ histo
◆ previous
| std::uint64_t embot::tools::PeriodValidator::Impl::previous |
◆ prevreport
| std::uint64_t embot::tools::PeriodValidator::Impl::prevreport |
◆ usehisto
| bool embot::tools::PeriodValidator::Impl::usehisto |
The documentation for this struct was generated from the following file: