QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
SecureMemory.h File Reference
#include <QtCore/QByteArray>
#include <array>
#include <cstddef>
#include <cstring>
+ Include dependency graph for SecureMemory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QGC
 

Functions

void QGC::secureZero (void *data, size_t size)
 
void QGC::secureZero (QByteArray &data)
 
template<typename T , size_t N>
void QGC::secureZero (std::array< T, N > &arr)