Debug.h File Reference
#include "HardwareSerial.h"#include "Clock.h"#include "WString.h"#include "Services/CommandProcessing/CommandProcessingIncludes.h"
Include dependency graph for Debug.h:
Go to the source code of this file.
Classes | |
| struct | DebugOuputOptions |
| Structure for debug options. More... | |
| class | DebugClass |
| Provides debug output to stream (e.g. Serial) or delegate function handler. More... | |
Typedefs | |
| using | DebugPrintCharDelegate = Delegate< void(char dbgChar)> |
| Delegate constructor usage: (&YourClass::method, this) Handler function for debug print. More... | |
Enumerations | |
| enum | eDBGPrefix { eDBGnoPrefix = 0, eDBGusePrefix = 1 } |
| Debug prefix state. More... | |
Variables | |
| DebugClass | Debug |
| Global instance of Debug object. More... | |
1.8.13