Wiselib
|
Basic Concept for Debug. More...
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. |
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.
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.
typedef concepts::Debug_concept::OsModel |
Type of Os Concept which has been set for the timer.