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
136a0a08
Commit
136a0a08
authored
Aug 10, 2010
by
Bryan Godbolt
Browse files
Added source files for OpalLink class
parent
01c9ff0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/comm/OpalLink.cc
0 → 100644
View file @
136a0a08
#include
"OpalLink.h"
OpalLink
::
OpalLink
()
{
}
src/comm/OpalLink.h
0 → 100644
View file @
136a0a08
#ifndef OPALLINK_H
#define OPALLINK_H
class
OpalLink
:
public
LinkInterface
{
public:
OpalLink
();
};
#endif // OPALLINK_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