|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Bind endpoint on local URI. More...
#include <control_loop.h>
Public Member Functions | |
| BindEndpoint (EndpointHandle endpoint, const address::EndpointUri &uri) | |
| Set task parameters. | |
Public Member Functions inherited from roc::ctl::ControlTask | |
| bool | completed () const |
| True if the task succeeded, failed, or cancelled. | |
| bool | succeeded () const |
| True if the task succeeded. | |
| bool | cancelled () const |
| True if the task cancelled. | |
Public Member Functions inherited from roc::core::MpscQueueNode | |
| MpscQueueData * | mpsc_queue_data () const |
| Get list node data. | |
Public Member Functions inherited from roc::core::ListNode | |
| ListNodeData * | list_node_data () const |
| Get list node data. | |
Friends | |
| class | ControlLoop |
Additional Inherited Members | |
Protected Member Functions inherited from roc::ctl::ControlTask | |
| template<class E > | |
| ControlTask (ControlTaskResult(E::*task_func)(ControlTask &)) | |
| Initialize task. | |
Bind endpoint on local URI.
Definition at line 73 of file control_loop.h.
| roc::ctl::ControlLoop::Tasks::BindEndpoint::BindEndpoint | ( | EndpointHandle | endpoint, |
| const address::EndpointUri & | uri | ||
| ) |
Set task parameters.
|
friend |
Definition at line 79 of file control_loop.h.