10#include "ui_profilewizard.h"
12#include <QProgressDialog>
21class ProfileWizard :
public QDialog,
public Ui::ProfileWizard
30 REMOTE_EQUIPMENT_SELECTION,
37 typedef enum { INTERNAL_GUIDER, PHD2_GUIDER, LIN_GUIDER } GuiderType;
42 int selectedExternalGuider();
46 void processLocalEquipment();
47 void processRemoteEquipmentSelection();
48 void processRemoteEquipment();
49 void processPiEquipment();
50 void processLocalMac();
52 void detectStellarMate();
54 void detectStellarMateTimeout();
57 bool useInternalServer =
true;
58 bool useWebManager =
false;
59 bool useJoystick =
false;
60 bool useRemoteAstrometry =
false;
61 bool useWatchDog =
false;
62 bool useSkySafari =
false;
63 GuiderType useGuiderType = INTERNAL_GUIDER;
65 QString profileName, host, port;
68 friend class Ekos::Manager;
Primary class to handle all Ekos modules.
Ekos is an advanced Astrophotography tool for Linux.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.