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

◆ create_network_subsystem()

void MayaFlux::Core::SubsystemManager::create_network_subsystem ( const GlobalNetworkConfig network_config)

Create and register the network subsystem.

Parameters
network_configGlobal network configuration

Specialized creation method for NetworkSubsystem. Only one network subsystem is allowed per manager instance.

Definition at line 86 of file SubsystemManager.cpp.

87{
88 create_subsystem_internal<NetworkSubsystem>(SubsystemType::NETWORK, network_config);
89}

References MayaFlux::Core::NETWORK.