Browse Source

Remove CompInfo Param query

QGC4.4
DonLakeFlyer 5 years ago
parent
commit
077a401893
  1. 4
      src/Vehicle/ComponentInformationManager.cc

4
src/Vehicle/ComponentInformationManager.cc

@ -17,7 +17,7 @@ QGC_LOGGING_CATEGORY(ComponentInformationManagerLog, "ComponentInformationManage @@ -17,7 +17,7 @@ QGC_LOGGING_CATEGORY(ComponentInformationManagerLog, "ComponentInformationManage
ComponentInformationManager::StateFn ComponentInformationManager::_rgStates[]= {
ComponentInformationManager::_stateRequestCompInfoVersion,
ComponentInformationManager::_stateRequestCompInfoParam,
//ComponentInformationManager::_stateRequestCompInfoParam,
ComponentInformationManager::_stateRequestAllCompInfoComplete
};
@ -173,7 +173,7 @@ void RequestMetaDataTypeStateMachine::_stateRequestCompInfo(StateMachine* stateM @@ -173,7 +173,7 @@ void RequestMetaDataTypeStateMachine::_stateRequestCompInfo(StateMachine* stateM
void RequestMetaDataTypeStateMachine::_downloadComplete(const QString& file, const QString& errorMsg)
{
qDebug() << "RequestMetaDataTypeStateMachine::_downloadComplete" << file << errorMsg;
qCDebug(ComponentInformationManagerLog) << "RequestMetaDataTypeStateMachine::_downloadComplete" << file << errorMsg;
advance();
}

Loading…
Cancel
Save