Kstars

guidegraph.h
1/*
2 SPDX-FileCopyrightText: 2012 Jasem Mutlaq <mutlaqja@ikarustech.com>
3 SPDX-FileCopyrightText: 2021 Wolfgang Reissenberger <sterne-jaeger@openfuture.de>
4
5 SPDX-License-Identifier: GPL-2.0-or-later
6*/
7
8#pragma once
9
10namespace GuideGraph
11{
12// These are used to index driftGraph->Graph().
13enum DRIFT_GRAPH_INDICES
14{
15 G_RA = 0,
16 G_DEC = 1,
17 G_RA_HIGHLIGHT = 2,
18 G_DEC_HIGHLIGHT = 3,
19 G_RA_PULSE = 4,
20 G_DEC_PULSE = 5,
21 G_SNR = 6,
22 G_RA_RMS = 7,
23 G_DEC_RMS = 8,
24 G_RMS = 9
25};
26} // namespace
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:02 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.