MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ teardown_osc_bridge()

void MayaFlux::Core::InputManager::teardown_osc_bridge ( )
private

Definition at line 480 of file InputManager.cpp.

481{
482 if (m_osc_endpoint_id == 0) {
483 return;
484 }
485
486 if (!m_network_service) {
488 .get_service<Registry::Service::NetworkService>();
489 }
490
491 if (m_network_service) {
493 }
494
496}
Registry::Service::NetworkService * m_network_service
Interface * get_service()
Query for a backend service.
static BackendRegistry & instance()
Get the global registry instance.
std::function< void(uint64_t endpoint_id)> close_endpoint
Close an endpoint.

References MayaFlux::Registry::Service::NetworkService::close_endpoint, MayaFlux::Registry::BackendRegistry::get_service(), MayaFlux::Registry::BackendRegistry::instance(), m_network_service, and m_osc_endpoint_id.

+ Here is the call graph for this function: