Go to the source code of this file.
Classes | |
| class | SerialComms |
| Serial telemetry. More... | |
Defines | |
| #define | MAX_CMD_LENGTH 50 |
| #define | EOT '\n' |
Functions | |
| void | _CheckError () |
| void | Error (const char *src) |
| void | Errorln (const char *src) |
| void | Error (const int src) |
| void | Errorln (const int src) |
| void | Error (const float src) |
| void | Errorln (const float src) |
Variables | |
| bool | g_errFirst = true |
| #define EOT '\n' |
| #define MAX_CMD_LENGTH 50 |
| void _CheckError | ( | ) |
| void Error | ( | const char * | src | ) |
| void Error | ( | const int | src | ) |
| void Error | ( | const float | src | ) |
| void Errorln | ( | const float | src | ) |
| void Errorln | ( | const int | src | ) |
| void Errorln | ( | const char * | src | ) |
| bool g_errFirst = true |
1.7.0