Wiselib
|
Scatterweb^2 Implementation of Timer Concept. More...
#include <scw_timer.h>
Public Types | |
enum | ErrorCodes { SUCCESS = OsModel::SUCCESS, ERR_UNSPEC = OsModel::ERR_UNSPEC } |
typedef OsModel_P | OsModel |
typedef ScwTimerModel< 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) |
Scatterweb^2 Implementation of Timer Concept.
Scatterweb^2 implementation of the Timer Concept ...
typedef uint32_t wiselib::ScwTimerModel< OsModel_P >::millis_t |
typedef OsModel_P wiselib::ScwTimerModel< OsModel_P >::OsModel |
typedef self_type* wiselib::ScwTimerModel< OsModel_P >::self_pointer_t |
typedef ScwTimerModel<OsModel> wiselib::ScwTimerModel< OsModel_P >::self_type |
enum wiselib::ScwTimerModel::ErrorCodes |
int wiselib::ScwTimerModel< OsModel_P >::set_timer | ( | millis_t | millis, |
T * | obj_pnt, | ||
void * | userdata | ||
) |