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