QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
VehicleCameraControl.cc File Reference
#include "VehicleCameraControl.h"
#include "QGCCameraIO.h"
#include "QGCApplication.h"
#include "SettingsManager.h"
#include "AppSettings.h"
#include "VideoManager.h"
#include "QGCCameraManager.h"
#include "FTPManager.h"
#include "QGCCompression.h"
#include "QGCCorePlugin.h"
#include "QGCFileHelper.h"
#include "Vehicle.h"
#include "LinkInterface.h"
#include "MAVLinkProtocol.h"
#include "QGCVideoStreamInfo.h"
#include "MissionCommandTree.h"
#include <QtNetwork/QNetworkAccessManager>
#include <QtCore/QDir>
#include <QtCore/QSettings>
#include <QtXml/QDomDocument>
#include <QtXml/QDomNodeList>
#include <QtQml/QQmlEngine>
#include <QtNetwork/QNetworkReply>
#include "QGCNetworkHelper.h"
+ Include dependency graph for VehicleCameraControl.cc:

Go to the source code of this file.

Functions

static bool read_attribute (QDomNode &node, const char *tagName, bool &target)
 
static bool read_attribute (QDomNode &node, const char *tagName, int &target)
 
static bool read_attribute (QDomNode &node, const char *tagName, QString &target)
 
static bool read_value (QDomNode &element, const char *tagName, QString &target)
 

Function Documentation

◆ read_attribute() [1/3]

static bool read_attribute ( QDomNode &  node,
const char *  tagName,
bool &  target 
)
static

Definition at line 47 of file VehicleCameraControl.cc.

◆ read_attribute() [2/3]

static bool read_attribute ( QDomNode &  node,
const char *  tagName,
int &  target 
)
static

Definition at line 61 of file VehicleCameraControl.cc.

◆ read_attribute() [3/3]

static bool read_attribute ( QDomNode &  node,
const char *  tagName,
QString &  target 
)
static

Definition at line 75 of file VehicleCameraControl.cc.

◆ read_value()

static bool read_value ( QDomNode &  element,
const char *  tagName,
QString &  target 
)
static

Definition at line 89 of file VehicleCameraControl.cc.