10#include <KLocalizedString>
18typedef enum { FOCUS_NONE,
26 FOCUS_ABERRATION_INSPECTOR,
34static const QString AutofocusReasonStr[FOCUS_MAX_REASONS] =
43 "Build Filter Offsets",
44 "Aberration Inspector",
45 "Scheduler Initiated",
46 "User Request (In-Seq)",
51typedef enum { FOCUS_FAIL_NONE,
54 FOCUS_FAIL_FOCUSER_NO_MOVE,
57 FOCUS_FAIL_FOCUSER_OOB,
58 FOCUS_FAIL_FLUCTUATIONS,
61 FOCUS_FAIL_FOCUSER_ERROR,
62 FOCUS_FAIL_FORCE_ABORT,
63 FOCUS_FAIL_FILTER_MANAGER,
64 FOCUS_FAIL_CAPTURE_TIMEOUT,
65 FOCUS_FAIL_CAPTURE_FAILED,
67 FOCUS_FAIL_NO_FOCUSER,
72 FOCUS_FAIL_ADVISOR_COMPLETE,
73 FOCUS_FAIL_ADVISOR_RERUN,
74 FOCUS_FAIL_MAX_REASONS
75 } AutofocusFailReason;
78static const QString AutofocusFailReasonStr[FOCUS_FAIL_MAX_REASONS] =
83 "Unable to Move Focuser",
85 "Delta HFR too small",
86 "Focuser Move Out-Of-Bounds",
87 "Hit Max Fluctuations",
92 "Filter Mnaager Failed",
97 "Pulse Value Too Low",
100 "Unable to Fit Curve",
101 "Focus Advisor Complete",
102 "Focus Advisor Rerun"
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.