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

Contiki Implementation of Debug Concept. More...

#include <contiki_debug.h>

List of all members.

Public Types

typedef OsModel_P OsModel
typedef ContikiDebug< OsModelself_type
typedef self_typeself_pointer_t

Public Member Functions

void init ()
void debug (const char *msg,...)
 Uses printf() internally.

Detailed Description

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

Contiki Implementation of Debug Concept.

Contiki implementation of the Debug Concept ...


Member Typedef Documentation

template<typename OsModel_P >
typedef OsModel_P wiselib::ContikiDebug< OsModel_P >::OsModel
template<typename OsModel_P >
typedef self_type* wiselib::ContikiDebug< OsModel_P >::self_pointer_t
template<typename OsModel_P >
typedef ContikiDebug<OsModel> wiselib::ContikiDebug< OsModel_P >::self_type

Member Function Documentation

template<typename OsModel_P >
void wiselib::ContikiDebug< OsModel_P >::debug ( const char *  msg,
  ... 
)

Uses printf() internally.

template<typename OsModel_P >
void wiselib::ContikiDebug< OsModel_P >::init ( void  ) [inline]

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