Kstars
7 #include "clientmanager.h"
9 #include "deviceinfo.h"
10 #include "drivermanager.h"
11 #include "guimanager.h"
12 #include "indilistener.h"
14 #include "servermanager.h"
16 #include <indi_debug.h>
19 const QString &prop) :
QObject(parent), m_Device(device), m_Property(prop)
22 setServer(
host.toLatin1().constData(), port);
25 watchDevice(m_Device.toLatin1().constData());
31 void BlobManager::serverDisconnected(
int exit_code)
33 qCDebug(KSTARS_INDI) <<
"INDI server disconnected from BLOB manager for Device:" << m_Device <<
"Property:" << m_Property <<
34 "Exit code:" << exit_code;
37 void BlobManager::newBLOB(IBLOB *bp)
42 void BlobManager::newDevice(INDI::BaseDevice *device)
45 if (
QString(device->getDeviceName()) == m_Device)
49 #if INDI_VERSION_MAJOR >= 1 && INDI_VERSION_MINOR >= 9 && INDI_VERSION_RELEASE >= 7
56 void BlobManager::setEnabled(
bool enabled)
QByteArray toLatin1() const const
ScriptableExtension * host() const
const char * constData() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Aug 8 2022 04:13:18 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.