Kstars

indicorrelator.h
1 /*
2  SPDX-FileCopyrightText: 2022 Jasem Mutlaq <[email protected]>
3 
4  SPDX-License-Identifier: GPL-2.0-or-later
5 */
6 
7 #pragma once
8 
9 #include "indiconcretedevice.h"
10 
11 namespace ISD
12 {
13 /**
14  * @class Correlator
15  * Correlator class handles control of INDI Correlator devices.
16  *
17  * @author Jasem Mutlaq
18  */
19 class Correlator : public ConcreteDevice
20 {
21  Q_OBJECT
22 
23  public:
25 };
26 }
Q_OBJECTQ_OBJECT
The ConcreteDevice class.
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:05:24 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.