QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
ActuatorTesting::Actuator Class Reference

#include <ActuatorTesting.h>

+ Inheritance diagram for ActuatorTesting::Actuator:
+ Collaboration diagram for ActuatorTesting::Actuator:

Public Member Functions

 Actuator (QObject *parent, const QString &label, float min, float max, float defaultValue, int function, bool isMotor)
 
QString label READ label CONSTANT (float min READ min CONSTANT) 1(float max READ max CONSTANT) 1(float defaultValue READ defaultValue CONSTANT) 1(int function READ function CONSTANT) 1(bool isMotor READ isMotor CONSTANT) const QString &label() const
 
float min () const
 
float max () const
 
float defaultValue () const
 
int function () const
 
bool isMotor () const
 

Detailed Description

Definition at line 13 of file ActuatorTesting.h.

Constructor & Destructor Documentation

◆ Actuator()

ActuatorTesting::Actuator::Actuator ( QObject *  parent,
const QString &  label,
float  min,
float  max,
float  defaultValue,
int  function,
bool  isMotor 
)
inline

Definition at line 17 of file ActuatorTesting.h.

Member Function Documentation

◆ CONSTANT()

QString label READ label ActuatorTesting::Actuator::CONSTANT ( float min READ min  CONSTANT) const &
inline

Definition at line 21 of file ActuatorTesting.h.

◆ defaultValue()

float ActuatorTesting::Actuator::defaultValue ( ) const
inline

Definition at line 31 of file ActuatorTesting.h.

◆ function()

int ActuatorTesting::Actuator::function ( ) const
inline

Definition at line 32 of file ActuatorTesting.h.

◆ isMotor()

bool ActuatorTesting::Actuator::isMotor ( ) const
inline

Definition at line 33 of file ActuatorTesting.h.

◆ max()

float ActuatorTesting::Actuator::max ( ) const
inline

Definition at line 30 of file ActuatorTesting.h.

◆ min()

float ActuatorTesting::Actuator::min ( ) const
inline

Definition at line 29 of file ActuatorTesting.h.


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