|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| std::shared_ptr< NetworkSubsystem > MayaFlux::Core::SubsystemManager::get_network_subsystem | ( | ) |
Get typed access to the network subsystem.
Convenience method that automatically casts to NetworkSubsystem type. Equivalent to dynamic_cast on get_subsystem(SubsystemType::NETWORK).
Definition at line 133 of file SubsystemManager.cpp.
References get_subsystem(), and MayaFlux::Core::NETWORK.
Here is the call graph for this function: