|
Simple Arduino FSM
|
Contains Pre-Compiler directives for diffent Serialprints for Datalogin. More...

Go to the source code of this file.
Macros | |
| #define | DEBUGGER true |
| Option to activate the Serial.print global. More... | |
| #define | DEBUG_ERROR |
| Define DEBUG_ERROR global to print all occuring errors via serial. More... | |
| #define | DEBUG_WARNING |
| Define DEBUG_WARNING global to print all occuring warnings via serial. More... | |
| #define | DEBUG_STATUS |
| Define DEBUG_STATUS global to print all occuring FSM status-updates via serial. More... | |
| #define | DEBUG_EVENT |
| Define DEBUG_EVENT global to print all occuring EVENTS which lead to a statechange via serial. More... | |
| #define | DEBUG_INFO1 |
| Define DEBUG_INFO1 global to print all occuring FSM status changes (entering/leaving) via serial. More... | |
| #define | DEBUG_INFO2 |
| Define DEBUG_INFO2 global to print all occuring infos inside the FSM via serial. More... | |
| #define | DEBUG_INFO3 |
| Define DEBUG_INFO3 global to print all occuring message on hardwarelevel via serial. More... | |
| #define | DEBUG_FUNCCALL |
| Define DEBUG_FUNCCALL global to print all occuring functioncalls via serial. More... | |
| #define | DBERROR(x) |
| #define | DBWARNING(x) Serial.print(x) |
| #define | DBWARNINGln(x) Serial.println(x) |
| #define | DBSTATUS(x) Serial.print(x) |
| #define | DBSTATUSln(x) Serial.println(x) |
| #define | DBEVENT(x) Serial.print(x) |
| #define | DBEVENTln(x) Serial.println(x) |
| #define | DBINFO1(x) |
| #define | DBINFO1ln(x) |
| #define | DBINFO2(x) |
| #define | DBINFO2ln(x) |
| #define | DBINFO3(x) |
| #define | DBINFO3ln(x) |
| #define | DBFUNCCALL(x) |
| #define | DBFUNCCALLln(x) |
Contains Pre-Compiler directives for diffent Serialprints for Datalogin.
Definition in file LogConfiguration.h.
| #define DEBUGGER true |
Option to activate the Serial.print global.
Definition at line 18 of file LogConfiguration.h.
| #define DEBUG_ERROR |
Define DEBUG_ERROR global to print all occuring errors via serial.
Definition at line 21 of file LogConfiguration.h.
| #define DEBUG_WARNING |
Define DEBUG_WARNING global to print all occuring warnings via serial.
Definition at line 22 of file LogConfiguration.h.
| #define DEBUG_STATUS |
Define DEBUG_STATUS global to print all occuring FSM status-updates via serial.
Definition at line 23 of file LogConfiguration.h.
| #define DEBUG_EVENT |
Define DEBUG_EVENT global to print all occuring EVENTS which lead to a statechange via serial.
Definition at line 24 of file LogConfiguration.h.
| #define DEBUG_INFO1 |
Define DEBUG_INFO1 global to print all occuring FSM status changes (entering/leaving) via serial.
Definition at line 25 of file LogConfiguration.h.
| #define DEBUG_INFO2 |
Define DEBUG_INFO2 global to print all occuring infos inside the FSM via serial.
Definition at line 26 of file LogConfiguration.h.
| #define DEBUG_INFO3 |
Define DEBUG_INFO3 global to print all occuring message on hardwarelevel via serial.
Definition at line 27 of file LogConfiguration.h.
| #define DEBUG_FUNCCALL |
Define DEBUG_FUNCCALL global to print all occuring functioncalls via serial.
Definition at line 28 of file LogConfiguration.h.
| #define DBERROR | ( | x | ) |
Definition at line 32 of file LogConfiguration.h.
| #define DBWARNING | ( | x | ) | Serial.print(x) |
Definition at line 40 of file LogConfiguration.h.
| #define DBWARNINGln | ( | x | ) | Serial.println(x) |
Definition at line 41 of file LogConfiguration.h.
| #define DBSTATUS | ( | x | ) | Serial.print(x) |
Definition at line 48 of file LogConfiguration.h.
| #define DBSTATUSln | ( | x | ) | Serial.println(x) |
Definition at line 49 of file LogConfiguration.h.
| #define DBEVENT | ( | x | ) | Serial.print(x) |
Definition at line 56 of file LogConfiguration.h.
| #define DBEVENTln | ( | x | ) | Serial.println(x) |
Definition at line 57 of file LogConfiguration.h.
| #define DBINFO1 | ( | x | ) |
Definition at line 64 of file LogConfiguration.h.
| #define DBINFO1ln | ( | x | ) |
Definition at line 68 of file LogConfiguration.h.
| #define DBINFO2 | ( | x | ) |
Definition at line 78 of file LogConfiguration.h.
| #define DBINFO2ln | ( | x | ) |
Definition at line 82 of file LogConfiguration.h.
| #define DBINFO3 | ( | x | ) |
Definition at line 92 of file LogConfiguration.h.
| #define DBINFO3ln | ( | x | ) |
Definition at line 96 of file LogConfiguration.h.
| #define DBFUNCCALL | ( | x | ) |
Definition at line 106 of file LogConfiguration.h.
| #define DBFUNCCALLln | ( | x | ) |
Definition at line 110 of file LogConfiguration.h.