libdoip  0.1.0
DoIP (Diagnostics over Internet Protocol) ISO 13400 C++17 Library
doip::TimerManager< TimerIdType > Member List

This is the complete list of members for doip::TimerManager< TimerIdType >, including all inherited members.

addTimer(TimerId id, std::chrono::milliseconds duration, std::function< void(TimerIdType)> callback, bool periodic=false)doip::TimerManager< TimerIdType >inline
disableTimer(TimerId id)doip::TimerManager< TimerIdType >inline
enableTimer(TimerId id)doip::TimerManager< TimerIdType >inline
hasTimer(TimerId id) constdoip::TimerManager< TimerIdType >inline
removeTimer(TimerId id)doip::TimerManager< TimerIdType >inline
resetTimer(TimerId id)doip::TimerManager< TimerIdType >inline
restartTimer(TimerId id)doip::TimerManager< TimerIdType >inline
stop()doip::TimerManager< TimerIdType >inline
stopAll()doip::TimerManager< TimerIdType >inline
timerCount() constdoip::TimerManager< TimerIdType >inline
TimerId typedefdoip::TimerManager< TimerIdType >
TimerManager()doip::TimerManager< TimerIdType >inline
updateTimer(TimerId id, std::chrono::milliseconds newDuration)doip::TimerManager< TimerIdType >inline
~TimerManager()doip::TimerManager< TimerIdType >inline