|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QGCMAVLinkTypes.h>
Inheritance diagram for QGCMAVLinkTypes:Public Types | |
| typedef int | FirmwareClass_t |
| typedef int | VehicleClass_t |
Static Public Attributes | |
| static constexpr VehicleClass_t | VehicleClassGeneric = 0 |
| static constexpr uint8_t | maxRcChannels = 18 |
QGC MAVLink type aliases, constants, and MAVLink struct forward-declarations. Include from headers that only need pointers/references to MAVLink structs; include MAVLinkLib.h in the implementation TU to dereference them.
Definition at line 9 of file QGCMAVLinkTypes.h.
| typedef int QGCMAVLinkTypes::FirmwareClass_t |
Definition at line 10 of file QGCMAVLinkTypes.h.
| typedef int QGCMAVLinkTypes::VehicleClass_t |
Definition at line 11 of file QGCMAVLinkTypes.h.
|
staticconstexpr |
Definition at line 15 of file QGCMAVLinkTypes.h.
|
staticconstexpr |
Definition at line 13 of file QGCMAVLinkTypes.h.
Referenced by TransectStyleComplexItem::_load(), MissionCommandTree::allCommandIds(), QGCMAVLink::allVehicleClasses(), TransectStyleComplexItem::amslEntryAlt(), TransectStyleComplexItem::amslExitAlt(), CameraSection::cameraModeSupported(), MissionCommandTree::friendlyName(), MissionCommandTree::getCommandsForCategory(), MissionController::insertCancelROIMissionItem(), MissionController::insertROIMissionItem(), MissionCommandTree::isLandCommand(), MissionCommandTree::isTakeoffCommand(), APMFirmwarePlugin::missionCommandOverrides(), PX4FirmwarePlugin::missionCommandOverrides(), FirmwarePlugin::missionCommandOverrides(), MissionCommandTree::MissionCommandTree(), MissionCommandTree::rawName(), APMFirmwarePlugin::supportedMissionCommands(), PX4FirmwarePlugin::supportedMissionCommands(), FirmwarePluginManager::supportedVehicleClasses(), QGCMAVLink::vehicleClass(), QGCMAVLink::vehicleClassToInternalString(), and QGCMAVLink::vehicleClassToUserVisibleString().