Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
0aea27a8
Commit
0aea27a8
authored
Jul 30, 2015
by
Lorenz Meier
Browse files
Add airframe meta file loader
parent
b1b85485
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/PX4AirframeLoader.cc
0 → 100644
View file @
0aea27a8
#include
"PX4AirframeLoader.h"
PX4AirframeLoader
::
PX4AirframeLoader
()
{
}
PX4AirframeLoader
::~
PX4AirframeLoader
()
{
}
src/AutoPilotPlugins/PX4/PX4AirframeLoader.h
0 → 100644
View file @
0aea27a8
#ifndef PX4AIRFRAMELOADER_H
#define PX4AIRFRAMELOADER_H
#include
<QObject>
class
PX4AirframeLoader
{
public:
PX4AirframeLoader
();
~
PX4AirframeLoader
();
};
#endif // PX4AIRFRAMELOADER_H
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment