|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <LogStore.h>
Public Attributes | |
| QString | sessionId |
| QDateTime | fromTime |
| QDateTime | toTime |
| int | minLevel = LogEntry::Debug |
| QString | category |
| QString | textFilter |
| int | limit = 10000 |
| int | offset = 0 |
Definition at line 47 of file LogStore.h.
| QString LogStore::QueryParams::category |
Definition at line 53 of file LogStore.h.
Referenced by LogStore::query().
| QDateTime LogStore::QueryParams::fromTime |
Definition at line 50 of file LogStore.h.
Referenced by LogStore::query().
| int LogStore::QueryParams::limit = 10000 |
Definition at line 55 of file LogStore.h.
Referenced by LogStore::exportSession(), and LogStore::query().
| int LogStore::QueryParams::minLevel = LogEntry::Debug |
Definition at line 52 of file LogStore.h.
Referenced by LogStore::query().
| int LogStore::QueryParams::offset = 0 |
Definition at line 56 of file LogStore.h.
Referenced by LogStore::query().
| QString LogStore::QueryParams::sessionId |
Definition at line 49 of file LogStore.h.
Referenced by LogStore::exportSession(), and LogStore::query().
| QString LogStore::QueryParams::textFilter |
Definition at line 54 of file LogStore.h.
Referenced by LogStore::query().
| QDateTime LogStore::QueryParams::toTime |
Definition at line 51 of file LogStore.h.
Referenced by LogStore::query().