|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QtCore/QLoggingCategory>
Include dependency graph for QGCLoggingCategory.h:Go to the source code of this file.
Classes | |
| class | QGCLoggingCategory |
| Helper that defers category registration until the QGCLoggingCategoryManager singleton exists. Pre-manager registrations are buffered and replayed on init(). More... | |
Macros | |
| #define | QGC_LOGGING_CATEGORY(name, categoryStr) |
| #define | QGC_LOGGING_CATEGORY_ON(name, categoryStr) |
| #define QGC_LOGGING_CATEGORY | ( | name, | |
| categoryStr | |||
| ) |
Definition at line 7 of file QGCLoggingCategory.h.
| #define QGC_LOGGING_CATEGORY_ON | ( | name, | |
| categoryStr | |||
| ) |
Definition at line 11 of file QGCLoggingCategory.h.