QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
GstQgcCaps.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace GstQgc {
6
9std::string buildGpuCapsString();
10
13std::string buildCpuCapsString();
14
15} // namespace GstQgc
std::string buildGpuCapsString()
Definition GstQgcCaps.cc:16
std::string buildCpuCapsString()
Definition GstQgcCaps.cc:11