Tool Libs
UMIT-TIROL Institute of Automation and Control Engineering library collection
 
Loading...
Searching...
No Matches
Schedule::Recurring::Method< T > Struct Template Reference

recurringly callable method wrapper More...

#include <timed.h>

Inherits Schedule::Recurring::Schedulable.

Collaboration diagram for Schedule::Recurring::Method< T >:
[legend]

Public Types

using Call = void(T::*)(uint32_t, uint32_t)
 signature of recurringly callable method
 

Public Member Functions

void call () override
 this method is called to run the Schedulable
 
bool schedule (uint32_t now) override
 only schedule if dt ms passed since last run
 

Detailed Description

template<typename T>
struct Schedule::Recurring::Method< T >

recurringly callable method wrapper


The documentation for this struct was generated from the following file: