swift
|
A transport mechanism using signals and slots in the local process. More...
Public Member Functions | |
CDataLinkLocal (QObject *parent=nullptr) | |
Constructor. | |
virtual | ~CDataLinkLocal () |
Destructor. | |
virtual void | publish (const CPassiveMutator *mutator) |
Register a mutator with this transport mechanism. | |
virtual void | publish (const CActiveMutator *mutator) |
Register a mutator with this transport mechanism. | |
virtual void | subscribe (const CPassiveObserver *observer) |
Register an observer with this transport mechanism. | |
virtual void | subscribe (const CActiveObserver *observer) |
Register an observer with this transport mechanism. | |
![]() | |
IDataLink () | |
Constructor. | |
virtual | ~IDataLink ()=0 |
Destructor. | |
CDataLinkConnectionWatcher * | watcher () |
Get a connection status watcher. | |
Additional Inherited Members | |
![]() | |
void | setConnectionStatus (bool connected) |
Set the connection status visible through the watcher. | |
![]() | |
static QString | getChannelName (const QObject *object) |
Get the channel name for child endpoints of the given object. | |
A transport mechanism using signals and slots in the local process.
Definition at line 23 of file datalinklocal.h.