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

Power Component MVC Controller for PowerComponent.qml. More...

#include <PowerComponentController.h>

+ Inheritance diagram for PowerComponentController:
+ Collaboration diagram for PowerComponentController:

Signals

void oldFirmware (void)
 
void newerFirmware (void)
 
void incorrectFirmwareRevReporting (void)
 
void connectBattery (void)
 
void disconnectBattery (void)
 
void batteryConnected (void)
 
void calibrationFailed (const QString &errorMessage)
 
void calibrationSuccess (const QStringList &warningMessages)
 
- Signals inherited from FactPanelController
void missingParametersAvailable ()
 

Public Member Functions

 PowerComponentController (void)
 
void calibrateEsc (void)
 
void startBusConfigureActuators (void)
 
void stopBusConfigureActuators (void)
 

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

Power Component MVC Controller for PowerComponent.qml.

Definition at line 8 of file PowerComponentController.h.

Constructor & Destructor Documentation

◆ PowerComponentController()

PowerComponentController::PowerComponentController ( void  )

Definition at line 4 of file PowerComponentController.cc.

Member Function Documentation

◆ batteryConnected

void PowerComponentController::batteryConnected ( void  )
signal

◆ calibrateEsc()

void PowerComponentController::calibrateEsc ( void  )

◆ calibrationFailed

void PowerComponentController::calibrationFailed ( const QString &  errorMessage)
signal

◆ calibrationSuccess

void PowerComponentController::calibrationSuccess ( const QStringList &  warningMessages)
signal

◆ connectBattery

void PowerComponentController::connectBattery ( void  )
signal

◆ disconnectBattery

void PowerComponentController::disconnectBattery ( void  )
signal

◆ incorrectFirmwareRevReporting

void PowerComponentController::incorrectFirmwareRevReporting ( void  )
signal

◆ newerFirmware

void PowerComponentController::newerFirmware ( void  )
signal

◆ oldFirmware

void PowerComponentController::oldFirmware ( void  )
signal

◆ startBusConfigureActuators()

void PowerComponentController::startBusConfigureActuators ( void  )

◆ stopBusConfigureActuators()

void PowerComponentController::stopBusConfigureActuators ( void  )

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