7#include "profileinfo.h"
9ProfileInfo::ProfileInfo(
int id,
const QString &name)
13 port = INDIWebManagerPort = guiderport = -1;
16QString ProfileInfo::mount()
const
19 return drivers[
"Mount"];
27 return drivers[
"CCD"];
32QString ProfileInfo::guider()
const
35 return drivers[
"Guider"];
40QString ProfileInfo::focuser()
const
43 return drivers[
"Focuser"];
48QString ProfileInfo::filter()
const
51 return drivers[
"Filter"];
56QString ProfileInfo::dome()
const
59 return drivers[
"Dome"];
64QString ProfileInfo::weather()
const
67 return drivers[
"Weather"];
80QString ProfileInfo::aux1()
const
83 return drivers[
"Aux1"];
88QString ProfileInfo::aux2()
const
91 return drivers[
"Aux2"];
96QString ProfileInfo::aux3()
const
99 return drivers[
"Aux3"];
104QString ProfileInfo::aux4()
const
107 return drivers[
"Aux4"];
117 {
"auto_connect", autoConnect},
118 {
"port_selector", portSelector},
119 {
"mode", host.
isEmpty() ?
"local" :
"remote"},
120 {
"remote_host", host},
121 {
"remote_port", port},
122 {
"indihub", indihub},
123 {
"guiding", guidertype},
124 {
"remote_guiding_host", guiderhost},
125 {
"remote_guiding_port", guiderport},
126 {
"use_web_manager", INDIWebManagerPort != -1},
129 {
"guider", guider()},
130 {
"focuser", focuser()},
131 {
"filter", filter()},
134 {
"weather", weather()},
139 {
"remote", remotedrivers},
QString name(GameStandardAction id)
bool contains(const Key &key) const const
bool isEmpty() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.