|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "QmlObjectListModel.h"#include <QtCore/QLoggingCategory>#include <QtCore/QObject>#include <QtCore/QStringList>#include <QtCore/QMap>
Include dependency graph for QGCLoggingCategory.h:Go to the source code of this file.
Classes | |
| class | QGCLoggingCategoryManager |
| class | QGCLoggingCategory |
| class | QGCLoggingCategoryItem |
Macros | |
| #define | QGC_LOGGING_CATEGORY(name, categoryStr) |
| #define | QGC_LOGGING_CATEGORY_ON(name, categoryStr) |
| #define QGC_LOGGING_CATEGORY | ( | name, | |
| categoryStr | |||
| ) |
This is a QGC specific replacement for Q_LOGGING_CATEGORY. It will register the category name into a global list. It's usage is the same as Q_LOGGING_CATEOGRY.
Definition at line 14 of file QGCLoggingCategory.h.
| #define QGC_LOGGING_CATEGORY_ON | ( | name, | |
| categoryStr | |||
| ) |
Definition at line 18 of file QGCLoggingCategory.h.