26 #ifndef ModelUavoProxy_H
27 #define ModelUavoProxy_H
42 bool robustUpdate(Waypoint::DataFields
data,
int instance);
45 bool getHomeLocation(
double *homeLLA);
64 Waypoint *waypointObj;
68 QMap<int, bool> waypointTransactionResult;
71 #endif // ModelUavoProxy_H
void waypointTransactionSucceeded()
void sendPathPlanToUavProgress(int percent)
bool modelToObjects()
Cast from the internal representation to the UAVOs.
ModelUavoProxy(QObject *parent, FlightDataModel *model)
Initialize the model uavo proxy.
void waypointTransactionFailed()
void objectsToModel()
Cast from the UAVOs to the internal representation.
void waypointTransactionCompleted(UAVObject *, bool)
Whenever a waypoint transaction is completed.