The Publication class this is only used by the cloud, users should never use this class. This is the base connection for all subscribers with the same name in a cloud instance.
More...
#include <publication.h>
|
|
void | setProperty (QVariant p) |
| |
|
|
void | SignalPropertyChanged () |
| |
|
void | SignalNoMoreConnections (QString name) |
| |
|
void | SignalHasSubscriberConnectedEvent (int connections) |
| |
|
void | SignalPeerConnect () |
| |
|
void | SignalUpdateHasOccured (qint16 index, qint16 count, QVariant srcOfUpdate) |
| |
|
void | SignalDataResetHasOccured (qint16 count, QVariant srcOfUpdate) |
| |
The Publication class this is only used by the cloud, users should never use this class. This is the base connection for all subscribers with the same name in a cloud instance.
◆ Publication()
| Publication::Publication |
( |
QString |
Name, |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicit |
◆ connectNotify()
| void Publication::connectNotify |
( |
const QMetaMethod & |
signal | ) |
|
|
virtual |
connectNotify when a subscriber connects
- Parameters
-
◆ disconnectNotify()
| void Publication::disconnectNotify |
( |
const QMetaMethod & |
signal | ) |
|
|
virtual |
disconnectNotify when a connected subscriber goes away
- Parameters
-
◆ getName()
| const QString Publication::getName |
( |
| ) |
|
|
inline |
◆ getNbrSubscribers()
| int Publication::getNbrSubscribers |
( |
| ) |
|
|
inline |
getNbrSubscribers
- Returns
- number of subscribers using this plublication
◆ getProperty()
| const QVariant Publication::getProperty |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files:
- /home/ed/Software/multiverse/stec-platform/libs/platformlib/publication.h
- /home/ed/Software/multiverse/stec-platform/libs/platformlib/publication.cpp