Abstract interface for the hub in a star topology.
More...
|
virtual bool | isConnected () const =0 |
| Is connected?
|
|
virtual std::pair< QSharedPointer< IDuplex >, QFuture< bool > > | getDuplex (const CIdentifier &)=0 |
| Get a duplex object for the calling process.
|
|
|
static IHub * | create (bool proxy, CDBusServer *server, const QDBusConnection &connection, const QString &service, QObject *parent=nullptr) |
| Construct a new hub.
|
|
|
virtual QFuture< bool > | openDuplexAsync (const CIdentifier &client)=0 |
| Create a duplex object and return status via future.
|
|
| IHub (QObject *parent=nullptr) |
| Constructor.
|
|
Abstract interface for the hub in a star topology.
An implementation detail of CDataLinkDBus.
Definition at line 36 of file hub.h.
The documentation for this class was generated from the following files:
- src/misc/sharedstate/dbus/hub.h
- src/misc/sharedstate/dbus/hub.cpp