Wiselib
Public Types | Public Member Functions
wiselib::OsaTimerModel< OsModel_P > Class Template Reference

OSA Implementation of Timer Concept. More...

#include <osa_timer.h>

List of all members.

Public Types

enum  ErrorCodes { SUCCESS = OsModel::SUCCESS, ERR_UNSPEC = OsModel::ERR_UNSPEC }
typedef OsModel_P OsModel
typedef OsaTimerModel< OsModelself_type
typedef self_typeself_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)

Detailed Description

template<typename OsModel_P>
class wiselib::OsaTimerModel< OsModel_P >

OSA Implementation of Timer Concept.

OSA implementation of the Timer Concept ...


Member Typedef Documentation

template<typename OsModel_P >
typedef uint32_t wiselib::OsaTimerModel< OsModel_P >::millis_t
template<typename OsModel_P >
typedef OsModel_P wiselib::OsaTimerModel< OsModel_P >::OsModel
template<typename OsModel_P >
typedef self_type* wiselib::OsaTimerModel< OsModel_P >::self_pointer_t
template<typename OsModel_P >
typedef OsaTimerModel<OsModel> wiselib::OsaTimerModel< OsModel_P >::self_type

Member Enumeration Documentation

template<typename OsModel_P >
enum wiselib::OsaTimerModel::ErrorCodes
Enumerator:
SUCCESS 
ERR_UNSPEC 

Member Function Documentation

template<typename OsModel_P >
template<typename T , void(T::*)(void *) TMethod>
int wiselib::OsaTimerModel< OsModel_P >::set_timer ( millis_t  millis,
T *  obj_pnt,
void *  userdata 
) [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines