Kstars
clientmanager.h
26 * ClientManager manages connection to INDI server, creation of devices, and receiving/sending properties.
29 * This enables the class to communicate with INDI server and to receive notification of devices, properties, and messages.
54 * @brief removeManagedDriver Remove managed driver from pool of drivers managed by this client manager.
116 // @note If using INDI Posix client, the following newINDIDevice/Property and removeINDIDevice/Property signals
117 // must be connected to slots using Qt::BlockingQueuedConnection to ensure operation is fully completed before
Q_OBJECTQ_OBJECT
int count(const T &value) const const
Definition: deviceinfo.h:20
void removeManagedDriver(DriverInfo *dv)
removeManagedDriver Remove managed driver from pool of drivers managed by this client manager.
Definition: clientmanager.cpp:220
Definition: driverinfo.h:45
Definition: clientmanager.h:37
Definition: servermanager.h:28
void appendManagedDriver(DriverInfo *dv)
appendManagedDriver Add driver to pool of managed drivers by this client manager.
Definition: clientmanager.cpp:209
QString message
void disconnectAll()
disconnectAll Disconnect from server and disconnect all BLOB Managers.
Definition: clientmanager.cpp:150
QVariant property(const char *name) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:57:30 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:57:30 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.