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