Navigator: handle onboard and mavlink missions

This commit is contained in:
Julian Oes
2013-12-04 10:38:56 +01:00
parent e8df08f139
commit bed40c962e
2 changed files with 114 additions and 63 deletions
+2 -1
View File
@@ -96,7 +96,7 @@ struct mission_item_s
struct mission_s
{
unsigned count;
unsigned count; /**< count of the missions stored in the datamanager */
int current_index; /**< default -1, start at the one changed latest */
};
@@ -106,5 +106,6 @@ struct mission_s
/* register this as object request broker structure */
ORB_DECLARE(mission);
ORB_DECLARE(onboard_mission);
#endif