Wiselib
Public Member Functions | Public Attributes
concepts::Debug_concept Class Reference

Basic Concept for Debug. More...

List of all members.

Public Member Functions

void debug (const char *msg,...)
 Send debug message.

Public Attributes

typedef OsModel
 Type of Os Concept which has been set for the timer.

Detailed Description

Basic Concept for Debug.

Ability to debug or log messages. Underlying implementation should be hidden, so that it can be anything such as simple UART, i2c, flash memory, or even a routing algorithm that routes debug messages to a gate.


Member Function Documentation

void concepts::Debug_concept::debug ( const char *  msg,
  ... 
)

Send debug message.

Can be simply put to UART or std::out, but it is also possible to hide a whole routing algorithm that collects debug data at a sink.


Member Data Documentation

Type of Os Concept which has been set for the timer.


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