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