|
Wiselib
|
OSA Implementation of Timer Concept. More...
#include <osa_timer.h>
Public Types | |
| enum | ErrorCodes { SUCCESS = OsModel::SUCCESS, ERR_UNSPEC = OsModel::ERR_UNSPEC } |
| typedef OsModel_P | OsModel |
| typedef OsaTimerModel< OsModel > | self_type |
| typedef self_type * | self_pointer_t |
| typedef uint32_t | millis_t |
Public Member Functions | |
| template<typename T , void(T::*)(void *) TMethod> | |
| int | set_timer (millis_t millis, T *obj_pnt, void *userdata) |
OSA Implementation of Timer Concept.
OSA implementation of the Timer Concept ...
| typedef uint32_t wiselib::OsaTimerModel< OsModel_P >::millis_t |
| typedef OsModel_P wiselib::OsaTimerModel< OsModel_P >::OsModel |
| typedef self_type* wiselib::OsaTimerModel< OsModel_P >::self_pointer_t |
| typedef OsaTimerModel<OsModel> wiselib::OsaTimerModel< OsModel_P >::self_type |
| enum wiselib::OsaTimerModel::ErrorCodes |
| int wiselib::OsaTimerModel< OsModel_P >::set_timer | ( | millis_t | millis, |
| T * | obj_pnt, | ||
| void * | userdata | ||
| ) | [inline] |
1.7.4