Commit 0aea27a8 authored by Lorenz Meier's avatar Lorenz Meier

Add airframe meta file loader

parent b1b85485
#include "PX4AirframeLoader.h"
PX4AirframeLoader::PX4AirframeLoader()
{
}
PX4AirframeLoader::~PX4AirframeLoader()
{
}
#ifndef PX4AIRFRAMELOADER_H
#define PX4AIRFRAMELOADER_H
#include <QObject>
class PX4AirframeLoader
{
public:
PX4AirframeLoader();
~PX4AirframeLoader();
};
#endif // PX4AIRFRAMELOADER_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment