5APMFollowComponentController::APMFollowComponentController(QObject *parent)
7 , _metaDataMap(
FactMetaData::createMapFromJsonFile(QStringLiteral(
":/json/APMFollowComponent.FactMetaData.json"), this))
8 , _angleFact(new
SettingsFact(_settingsGroup, _metaDataMap[_angleName], this))
9 , _distanceFact(new
SettingsFact(_settingsGroup, _metaDataMap[_distanceName], this))
10 , _heightFact(new
SettingsFact(_settingsGroup, _metaDataMap[_heightName], this))
15APMFollowComponentController::~APMFollowComponentController()
20bool APMFollowComponentController::roverFirmware()
const
Used for handling missing Facts from C++ code.
A SettingsFact is Fact which holds a QSettings value.
FirmwarePlugin * firmwarePlugin()
Provides access to the Firmware Plugin for this Vehicle.