![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Control interface map. More...
#include <roc_ctl/control_interface_map.h>

Public Member Functions | |
| core::SharedPtr< BasicControlEndpoint > | new_endpoint (address::Interface iface, address::Protocol proto, ControlTaskQueue &task_queue, netio::NetworkLoop &network_loop, core::IArena &arena) |
| Create control endpoint for given interface and protocol. | |
Static Public Member Functions | |
| static ControlInterfaceMap & | instance () |
| Get instance. | |
Friends | |
| class | core::Singleton< ControlInterfaceMap > |
Control interface map.
Definition at line 28 of file control_interface_map.h.
|
inlinestatic |
Get instance.
Definition at line 31 of file control_interface_map.h.
| core::SharedPtr< BasicControlEndpoint > roc::ctl::ControlInterfaceMap::new_endpoint | ( | address::Interface | iface, |
| address::Protocol | proto, | ||
| ControlTaskQueue & | task_queue, | ||
| netio::NetworkLoop & | network_loop, | ||
| core::IArena & | arena | ||
| ) |
Create control endpoint for given interface and protocol.
|
friend |
Definition at line 36 of file control_interface_map.h.