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)
 
const QString & label () const
 
float min () const
 
float max () const
 
float defaultValue () const
 
int function () const
 
bool isMotor () const
 

Detailed Description

Definition at line 18 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 22 of file ActuatorTesting.h.

Member Function Documentation

◆ defaultValue()

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

Definition at line 36 of file ActuatorTesting.h.

◆ function()

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

Definition at line 37 of file ActuatorTesting.h.

◆ isMotor()

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

Definition at line 38 of file ActuatorTesting.h.

◆ label()

const QString & ActuatorTesting::Actuator::label ( ) const
inline

Definition at line 33 of file ActuatorTesting.h.

◆ max()

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

Definition at line 35 of file ActuatorTesting.h.

◆ min()

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

Definition at line 34 of file ActuatorTesting.h.


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