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

#include <ParameterEditorController.h>

+ Inheritance diagram for ParameterEditorDiff:
+ Collaboration diagram for ParameterEditorDiff:

Signals

void loadChanged (bool load)
 

Public Member Functions

 ParameterEditorDiff (QObject *parent)
 

Public Attributes

int componentId
 
QString name
 
FactMetaData::ValueType_t valueType
 
QString fileValue
 
QVariant fileValueVar
 
QString vehicleValue
 
bool noVehicleValue = false
 
QString units
 
bool load = true
 

Detailed Description

Definition at line 95 of file ParameterEditorController.h.

Constructor & Destructor Documentation

◆ ParameterEditorDiff()

ParameterEditorDiff::ParameterEditorDiff ( QObject *  parent)
inline

Definition at line 100 of file ParameterEditorController.h.

Member Function Documentation

◆ loadChanged

void ParameterEditorDiff::loadChanged ( bool  load)
signal

Member Data Documentation

◆ componentId

int ParameterEditorDiff::componentId

◆ fileValue

QString ParameterEditorDiff::fileValue

◆ fileValueVar

QVariant ParameterEditorDiff::fileValueVar

◆ load

bool ParameterEditorDiff::load = true

Definition at line 118 of file ParameterEditorController.h.

Referenced by ParameterEditorController::sendDiff().

◆ name

QString ParameterEditorDiff::name

◆ noVehicleValue

bool ParameterEditorDiff::noVehicleValue = false

◆ units

QString ParameterEditorDiff::units

◆ valueType

◆ vehicleValue

QString ParameterEditorDiff::vehicleValue

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