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