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 484 of file InputManager.cpp.

485{
486 if (m_osc_endpoint_id == 0) {
487 return;
488 }
489
490 if (!m_network_service) {
492 .get_service<Registry::Service::NetworkService>();
493 }
494
495 if (m_network_service) {
497 }
498
500}
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: