34 #ifndef AVBTS_OSTIMER_HPP
35 #define AVBTS_OSTIMER_HPP
49 virtual unsigned long sleep(
unsigned long micro) = 0;
57 inline OSTimer::~OSTimer() {}
76 inline OSTimerFactory::~OSTimerFactory() {}
Definition: avbts_ostimer.hpp:62
virtual unsigned long sleep(unsigned long micro)=0
Sleep for a given amount of time.
virtual OSTimer * createTimer()=0
Creates the OSTimer.
Definition: avbts_ostimer.hpp:42