Browse Source

wip decoupling the UI (view) from the param data model

QGC4.4
tstellanova 12 years ago
parent
commit
4d77bfedfe
  1. 1
      src/uas/UASParameterDataModel.h

1
src/uas/UASParameterDataModel.h

@ -15,6 +15,7 @@ public: @@ -15,6 +15,7 @@ public:
/** @brief Write a new pending parameter value that may be eventually sent to the UAS */
virtual void setPendingParameter(int componentId, QString& paramKey, QVariant& paramValue);
QMap<int, QMap<QString, QVariant>* > getPendingParameters() {
return pendingParameters;
}

Loading…
Cancel
Save