Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Control interface map. More...
#include <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. More... | |
Static Public Member Functions | |
static ControlInterfaceMap & | instance () |
Get instance. More... | |
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.