QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
SensorsComponentController Class Reference

Sensors Component MVC Controller for SensorsComponent.qml. More...

#include <SensorsComponentController.h>

+ Inheritance diagram for SensorsComponentController:
+ Collaboration diagram for SensorsComponentController:

Signals

void showGyroCalAreaChanged (void)
 
void showOrientationCalAreaChanged (void)
 
void orientationCalSidesDoneChanged (void)
 
void orientationCalSidesVisibleChanged (void)
 
void orientationCalSidesInProgressChanged (void)
 
void orientationCalSidesRotateChanged (void)
 
void resetStatusTextArea (void)
 
void waitingForCancelChanged (void)
 
void magCalComplete (void)
 
void calibrationActiveChanged (void)
 
- Signals inherited from FactPanelController
void missingParametersAvailable ()
 

Public Member Functions

 SensorsComponentController (void)
 
Q_INVOKABLE void calibrateCompass (void)
 
Q_INVOKABLE void calibrateGyro (void)
 
Q_INVOKABLE void calibrateAccel (void)
 
Q_INVOKABLE void calibrateLevel (void)
 
Q_INVOKABLE void calibrateAirspeed (void)
 
Q_INVOKABLE void cancelCalibration (void)
 
Q_INVOKABLE bool usingUDPLink (void)
 
Q_INVOKABLE void resetFactoryParameters ()
 
bool calibrationActive () const
 
- Public Member Functions inherited from FactPanelController
 FactPanelController (QObject *parent=nullptr)
 
virtual ~FactPanelController ()
 
Q_INVOKABLE FactgetParameterFact (int componentId, const QString &name, bool reportMissing=true) const
 
Q_INVOKABLE bool parameterExists (int componentId, const QString &name) const
 
Q_INVOKABLE void getMissingParameters (const QStringList &rgNames)
 

Additional Inherited Members

- Protected Member Functions inherited from FactPanelController
bool _allParametersExists (int componentId, const QStringList &names) const
 
void _reportMissingParameter (int componentId, const QString &name) const
 Report a missing parameter.
 
- Protected Attributes inherited from FactPanelController
Vehicle_vehicle = nullptr
 

Detailed Description

Sensors Component MVC Controller for SensorsComponent.qml.

Definition at line 10 of file SensorsComponentController.h.

Constructor & Destructor Documentation

◆ SensorsComponentController()

SensorsComponentController::SensorsComponentController ( void  )

Member Function Documentation

◆ calibrateAccel()

void SensorsComponentController::calibrateAccel ( void  )

◆ calibrateAirspeed()

void SensorsComponentController::calibrateAirspeed ( void  )

◆ calibrateCompass()

void SensorsComponentController::calibrateCompass ( void  )

◆ calibrateGyro()

void SensorsComponentController::calibrateGyro ( void  )

◆ calibrateLevel()

void SensorsComponentController::calibrateLevel ( void  )

◆ calibrationActive()

bool SensorsComponentController::calibrationActive ( ) const
inline

Definition at line 65 of file SensorsComponentController.h.

◆ calibrationActiveChanged

void SensorsComponentController::calibrationActiveChanged ( void  )
signal

◆ cancelCalibration()

void SensorsComponentController::cancelCalibration ( void  )

◆ magCalComplete

void SensorsComponentController::magCalComplete ( void  )
signal

◆ orientationCalSidesDoneChanged

void SensorsComponentController::orientationCalSidesDoneChanged ( void  )
signal

◆ orientationCalSidesInProgressChanged

void SensorsComponentController::orientationCalSidesInProgressChanged ( void  )
signal

◆ orientationCalSidesRotateChanged

void SensorsComponentController::orientationCalSidesRotateChanged ( void  )
signal

◆ orientationCalSidesVisibleChanged

void SensorsComponentController::orientationCalSidesVisibleChanged ( void  )
signal

◆ resetFactoryParameters()

void SensorsComponentController::resetFactoryParameters ( )

◆ resetStatusTextArea

void SensorsComponentController::resetStatusTextArea ( void  )
signal

◆ showGyroCalAreaChanged

void SensorsComponentController::showGyroCalAreaChanged ( void  )
signal

◆ showOrientationCalAreaChanged

void SensorsComponentController::showOrientationCalAreaChanged ( void  )
signal

◆ usingUDPLink()

bool SensorsComponentController::usingUDPLink ( void  )

◆ waitingForCancelChanged

void SensorsComponentController::waitingForCancelChanged ( void  )
signal

Referenced by cancelCalibration().


The documentation for this class was generated from the following files: