Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
a30e520d
Commit
a30e520d
authored
Oct 05, 2011
by
lm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merged in WP changes from Trof, implemented standalone mode
parent
3805b4cc
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
32 deletions
+61
-32
UASWaypointManager.cc
src/uas/UASWaypointManager.cc
+57
-31
UASWaypointManager.h
src/uas/UASWaypointManager.h
+4
-1
No files found.
src/uas/UASWaypointManager.cc
View file @
a30e520d
This diff is collapsed.
Click to expand it.
src/uas/UASWaypointManager.h
View file @
a30e520d
...
...
@@ -64,7 +64,8 @@ private:
};
///< The possible states for the waypoint protocol
public:
UASWaypointManager
(
UAS
&
);
///< Standard constructor.
UASWaypointManager
(
UAS
&
);
///< Standard constructor
UASWaypointManager
();
///< Standalone mode
/** @name Received message handlers */
/*@{*/
...
...
@@ -171,6 +172,8 @@ private:
Waypoint
*
currentWaypointEditable
;
///< The currently used waypoint
QVector
<
mavlink_mission_item_t
*>
waypoint_buffer
;
///< buffer for waypoints during communication
QTimer
protocol_timer
;
///< Timer to catch timeouts
bool
standalone
;
///< If standalone is set, do not write to UAS
int
uasid
;
};
#endif // UASWAYPOINTMANAGER_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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