|
QGroundControl
Ground Control Station for MAVLink Drones
|
This is the complete list of members for ComponentInformationManager, including all inherited members.
| active() const | QGCStateMachine | inline |
| activeStates() const | QGCStateMachine | inline |
| addAsyncFunctionState(const QString &stateName, AsyncFunctionState::SetupFunction setupFunction, int timeoutMsecs=0) | QGCStateMachine | |
| addConditionalState(const QString &stateName, ConditionalState::Predicate predicate, ConditionalState::Action action=nullptr) | QGCStateMachine | |
| addConditionalTransition(SenderType *from, Func signal, QAbstractState *to, std::function< bool()> guard) | QGCStateMachine | inline |
| addDelayState(int delayMsecs) | QGCStateMachine | |
| addErrorRecoveryState(const QString &stateName, ErrorRecoveryBuilder::Action action, int maxRetries=0, int retryDelayMsecs=1000, ErrorRecoveryBuilder::ExhaustedBehavior exhaustedBehavior=ErrorRecoveryBuilder::EmitError, ErrorRecoveryBuilder::Action fallback=nullptr, ErrorRecoveryBuilder::VoidAction rollback=nullptr, int timeoutMsecs=0) | QGCStateMachine | |
| addEventQueuedState(const QString &stateName, const QString &eventName, int timeoutMsecs=0) | QGCStateMachine | |
| addEventTransition(QState *from, const QString &eventName, QAbstractState *to, QAbstractAnimation *animation=nullptr) | QGCStateMachine | |
| addFinalState(const QString &stateName=QString()) | QGCStateMachine | |
| addFunctionState(const QString &stateName, std::function< void()> function) | QGCStateMachine | |
| addGuardedTransition(QState *from, Func signal, QAbstractState *to, GuardedTransition::Guard guard, QAbstractAnimation *animation=nullptr) | QGCStateMachine | inline |
| addInternalTransition(QState *state, Sender *sender, Signal signal, std::function< void()> action) | QGCStateMachine | inline |
| addLogAndContinueErrorState(const QString &stateName, QAbstractState *nextState, const QString &message=QString()) | QGCStateMachine | |
| addLogAndStopErrorState(const QString &stateName, const QString &message=QString()) | QGCStateMachine | |
| addParallelState(const QString &stateName) | QGCStateMachine | |
| addRetryTransition(SenderType *from, Func signal, QAbstractState *to, std::function< void()> retryAction, int maxRetries=1) | QGCStateMachine | inline |
| addSelfLoopTransition(QState *state, Sender *sender, Signal signal, std::function< void()> action) | QGCStateMachine | inline |
| addSubMachineState(const QString &stateName, SubMachineState::MachineFactory factory) | QGCStateMachine | |
| addTimeoutTransition(QState *from, int timeoutMsecs, QAbstractState *to, QAbstractAnimation *animation=nullptr) | QGCStateMachine | |
| addTransition(QState *from, Func signal, QAbstractState *to, QAbstractAnimation *animation=nullptr) | QGCStateMachine | inline |
| addWaitForSignalState(const QString &stateName, const QObject *sender, Func signal, int timeoutMsecs=0) | QGCStateMachine | inline |
| allTimeoutOverrides() const | QGCStateMachine | inline |
| attemptRecovery() | QGCStateMachine | |
| cachedFileMaxAgeSec | ComponentInformationManager | static |
| cancelDelayedEvent(int eventId) | QGCStateMachine | |
| clearError(bool restart=false) | QGCStateMachine | |
| clearTimeoutOverrides() | QGCStateMachine | inline |
| clearTimeoutStats() | QGCStateMachine | inline |
| compInfoGeneral(uint8_t compId) | ComponentInformationManager | |
| compInfoParam(uint8_t compId) | ComponentInformationManager | |
| ComponentInformationManager(Vehicle *vehicle, QObject *parent=nullptr) | ComponentInformationManager | explicit |
| context() | QGCStateMachine | inline |
| context() const | QGCStateMachine | inline |
| createTimedActionState(const QString &stateName, int durationMsecs, std::function< void()> onEntry=nullptr, std::function< void()> onExit=nullptr) | QGCStateMachine | |
| currentStateName() const | QGCStateMachine | |
| currentStateNameChanged() | QGCStateMachine | signal |
| deadEndStates() const | QGCStateMachine | |
| dumpConfiguration() const | QGCStateMachine | |
| dumpCurrentState() const | QGCStateMachine | |
| dumpRecordedHistory() const | QGCStateMachine | |
| enablePropertyRestore() | QGCStateMachine | |
| ensureRunning() | QGCStateMachine | |
| EntryCallback typedef | QGCStateMachine | |
| error() | QGCStateMachine | signal |
| event(QEvent *event) override | QGCStateMachine | protected |
| EventHandler typedef | QGCStateMachine | |
| ExitCallback typedef | QGCStateMachine | |
| exportAsDot() const | QGCStateMachine | |
| fileCache() | ComponentInformationManager | inline |
| findState(const QString &stateName) const | QGCStateMachine | |
| findStates() const | QGCStateMachine | inline |
| globalErrorState() const | QGCStateMachine | inline |
| historyRecordingEnabled() const | QGCStateMachine | |
| isInErrorState() const | QGCStateMachine | |
| isPropertyRestoreEnabled() const | QGCStateMachine | |
| isStateActive(QAbstractState *state) const | QGCStateMachine | |
| lastError() const | QGCStateMachine | inline |
| logConfiguration() const | QGCStateMachine | |
| logCurrentState() const | QGCStateMachine | |
| machineEvent(const QString &eventName) | QGCStateMachine | signal |
| machineName() const | QGCStateMachine | inline |
| maxPathLength() const | QGCStateMachine | |
| onEnter() | QGCStateMachine | inlineprotectedvirtual |
| onEntry(QEvent *event) override | QGCStateMachine | protected |
| onExit(QEvent *event) override | QGCStateMachine | protected |
| onLeave() | QGCStateMachine | inlineprotectedvirtual |
| postDelayedEvent(const QString &eventName, int delayMsecs, const QVariant &data=QVariant()) | QGCStateMachine | |
| postEvent(const QString &eventName, const QVariant &data=QVariant(), EventPriority priority=NormalPriority) | QGCStateMachine | |
| predecessorsOf(QAbstractState *state) const | QGCStateMachine | |
| profilingEnabled() const | QGCStateMachine | |
| profilingSummary() const | QGCStateMachine | |
| progress() const | ComponentInformationManager | |
| progressUpdate(float progress) | ComponentInformationManager | signal |
| QGCStateMachine(const QString &machineName, Vehicle *vehicle, QObject *parent=nullptr) | QGCStateMachine | |
| reachableFrom(QAbstractState *state) const | QGCStateMachine | |
| recordedHistoryJson() const | QGCStateMachine | |
| recordTimeout(const QString &stateName) | QGCStateMachine | |
| recoverFromError() | QGCStateMachine | |
| recoveryState() const | QGCStateMachine | inline |
| registerState(QGCState *state) | QGCStateMachine | |
| registerState(QGCAbstractState *state) | QGCStateMachine | |
| removeTimeoutOverride(const QString &stateName) | QGCStateMachine | |
| RequestAllCompleteFn typedef | ComponentInformationManager | |
| requestAllComponentInformation(RequestAllCompleteFn requestAllCompletFn, void *requestAllCompleteFnData) | ComponentInformationManager | |
| RequestMetaDataTypeStateMachine | ComponentInformationManager | friend |
| resetProgress() | QGCStateMachine | |
| resetToState(QAbstractState *state) | QGCStateMachine | |
| restart() | QGCStateMachine | |
| runningChanged() | QGCStateMachine | signal |
| setCallbacks(EntryCallback onEntry, ExitCallback onExit=nullptr) | QGCStateMachine | |
| setEventHandler(EventHandler handler) | QGCStateMachine | inline |
| setGlobalErrorState(QAbstractState *errorState) | QGCStateMachine | |
| setHistoryRecordingEnabled(bool enabled, int maxEntries=1000) | QGCStateMachine | |
| setInitialState(QAbstractState *state, bool autoStart=false) | QGCStateMachine | |
| setOnEntry(EntryCallback callback) | QGCStateMachine | inline |
| setOnExit(ExitCallback callback) | QGCStateMachine | inline |
| setProfilingEnabled(bool enabled) | QGCStateMachine | |
| setProgressWeights(const QList< QPair< QAbstractState *, int > > &stateWeights) | QGCStateMachine | |
| setRecoveryState(QAbstractState *state) | QGCStateMachine | inline |
| setStateHistoryLimit(int limit) | QGCStateMachine | inline |
| setStructuredLoggingEnabled(bool enabled) | QGCStateMachine | |
| setSubProgress(float subProgress) | QGCStateMachine | |
| setTimeoutOverride(const QString &stateName, int timeoutMsecs) | QGCStateMachine | |
| start() | QGCStateMachine | slot |
| stateHistory() const | QGCStateMachine | inline |
| stateHistoryChanged() | QGCStateMachine | signal |
| stopMachine(bool deleteOnStop=true) | QGCStateMachine | |
| structuredLoggingEnabled() const | QGCStateMachine | |
| timeoutOverride(const QString &stateName) const | QGCStateMachine | |
| timeoutStats() const | QGCStateMachine | inline |
| transitionsFrom(QAbstractState *state) const | QGCStateMachine | |
| transitionsTo(QAbstractState *state) const | QGCStateMachine | |
| translation() | ComponentInformationManager | inline |
| unreachableStates() const | QGCStateMachine | |
| vehicle() const | QGCStateMachine | inline |
| ~ComponentInformationManager() override | ComponentInformationManager |