|
TR-mbed 1.0
|
#include "mbed.h"#include <cstdlib>#include <queue>Go to the source code of this file.
Classes | |
| class | TRMutex |
Enumerations | |
| enum | priorityLevels { FATAL = 1 , WARNING = 2 , DEFAULT = 3 } |
| enum priorityLevels |
Priority levels. If indicator is on FATAL, will print statements only with FATAL indicator. If indicator is on WARNING, will print statements with WARNING indicator or higher. If indicator is on DEFAULT, will print statements with DEFAULT warning indicator or higher
Hierachy: FATAL --> WARNING --> DEFAULT
DEFAULT is the default mode.
| Enumerator | |
|---|---|
| FATAL | |
| WARNING | |
| DEFAULT | |