Skip to content

Latest commit

 

History

History
39 lines (18 loc) · 883 Bytes

structmavsdk_1_1_mission_raw_1_1_mission_progress.md

File metadata and controls

39 lines (18 loc) · 883 Bytes

mavsdk::MissionRaw::MissionProgress Struct Reference

#include: mission_raw.h


Mission progress type.

Data Fields

int32_t current {} - Current mission item index (0-based)

int32_t total {} - Total number of mission items.

Field Documentation

current {#structmavsdk_1_1_mission_raw_1_1_mission_progress_1ac1944774b7ed6216c19cffdc4911adbf}

int32_t mavsdk::MissionRaw::MissionProgress::current {}

Current mission item index (0-based)

total {#structmavsdk_1_1_mission_raw_1_1_mission_progress_1a60cef07998be10d414b7481fc0f21e0f}

int32_t mavsdk::MissionRaw::MissionProgress::total {}

Total number of mission items.