swift
Classes | Public Member Functions | List of all members
swift::misc::shared_state::CDataLinkLocal Class Reference

A transport mechanism using signals and slots in the local process. More...

Inheritance diagram for swift::misc::shared_state::CDataLinkLocal:
[legend]

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.
 

Additional Inherited Members

Detailed Description

A transport mechanism using signals and slots in the local process.

Definition at line 23 of file datalinklocal.h.


The documentation for this class was generated from the following files: