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 97 of file SubsystemManager.cpp.

98{
99 create_subsystem_internal<NetworkSubsystem>(SubsystemType::NETWORK, network_config);
100}

References MayaFlux::Core::NETWORK.