QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
AndroidInterface.h File Reference
#include <QtCore/QJniEnvironment>
#include <QtCore/QLoggingCategory>
#include <QtCore/QString>
+ Include dependency graph for AndroidInterface.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AndroidInterface::JniLocalRef< T >
 

Namespaces

namespace  AndroidInterface
 

Functions

void AndroidInterface::setNativeMethods ()
 
bool AndroidInterface::checkStoragePermissions ()
 
QString AndroidInterface::getSDCardPath ()
 
void AndroidInterface::setKeepScreenOn (bool on)
 
template<typename... Args>
bool AndroidInterface::callStaticIntMethod (QJniEnvironment &env, jclass cls, jmethodID method, const char *caller, const QLoggingCategory &logCategory, jint &result, Args... args)
 
template<typename... Args>
bool AndroidInterface::callStaticBooleanMethod (QJniEnvironment &env, jclass cls, jmethodID method, const char *caller, const QLoggingCategory &logCategory, jboolean &result, Args... args)
 

Variables

constexpr const char * AndroidInterface::kJniQGCActivityClassName = "org/mavlink/qgroundcontrol/QGCActivity"