MeVisLab Toolbox Reference
|
Templated input configuration class for the asio::ObservableConnection. More...
#include <ObservableConnection.h>
Public Attributes | |
std::shared_ptr< Observable< Args... > > | observable |
bool | shouldTriggerProcessing |
bool | shouldBeInvalidatedAfterProcessing |
Templated input configuration class for the asio::ObservableConnection.
Instances of this class are passed to the asio::ObservableConnection constructor to configure a multi-input/single-output connection.
Synopsis:
Definition at line 83 of file ObservableConnection.h.
std::shared_ptr<Observable<Args...> > asio::ObservableConnectionInput< Args >::observable |
Definition at line 87 of file ObservableConnection.h.
bool asio::ObservableConnectionInput< Args >::shouldBeInvalidatedAfterProcessing |
Definition at line 89 of file ObservableConnection.h.
bool asio::ObservableConnectionInput< Args >::shouldTriggerProcessing |
Definition at line 88 of file ObservableConnection.h.