Acl::IControlDataReceiver::Settings

Acl::IControlDataReceiver::Settings Struct Reference

Settings for a ControlDataReceiver.

#include <IControlDataReceiver.h>

Public Attributes

Name
UUIDmProductionPipelineUUID
std::function< void(const ControlDataCommon::Response &)>mResponseCallback
UUID of the Production Pipeline component this Receiver is a part of.
std::function< void(const ControlDataCommon::ConnectionEvent &)>mConnectionEventCallback
Callback for responses to requests sent from this receiver.

Public Attributes Documentation

variable mProductionPipelineUUID

UUID mProductionPipelineUUID;

variable mResponseCallback

std::function< void(const ControlDataCommon::Response &)> mResponseCallback;

UUID of the Production Pipeline component this Receiver is a part of.

variable mConnectionEventCallback

std::function< void(const ControlDataCommon::ConnectionEvent &)> mConnectionEventCallback;

Callback for responses to requests sent from this receiver.