|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "StateMachineLogger.h"#include "QGCStateMachine.h"#include "QGCLoggingCategory.h"#include <QtCore/QJsonArray>#include <QtCore/QJsonDocument>#include <QtStateMachine/QAbstractState>#include <QtStateMachine/QAbstractTransition>#include <QtStateMachine/QSignalTransition>
Include dependency graph for StateMachineLogger.cc:Go to the source code of this file.
Namespaces | |
| namespace | Colors |
Variables | |
| const char * | Colors::Reset = "\033[0m" |
| const char * | Colors::Red = "\033[31m" |
| const char * | Colors::Green = "\033[32m" |
| const char * | Colors::Yellow = "\033[33m" |
| const char * | Colors::Blue = "\033[34m" |
| const char * | Colors::Magenta = "\033[35m" |
| const char * | Colors::Cyan = "\033[36m" |
| const char * | Colors::White = "\033[37m" |
| const char * | Colors::BoldRed = "\033[1;31m" |
| const char * | Colors::Gray = "\033[90m" |