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

◆ make_name()

std::string MayaFlux::Nexus::Wiring::make_name ( const char *  prefix) const
private

Definition at line 182 of file Wiring.cpp.

183{
184 return std::string(prefix) + "_" + std::to_string(m_entity_id) + "_" + std::to_string(m_fabric.m_scheduler.get_next_task_id());
185}
Vruta::TaskScheduler & m_scheduler
Definition Fabric.hpp:221
uint64_t get_next_task_id() const
Generates a unique task ID for new tasks.

References MayaFlux::Vruta::TaskScheduler::get_next_task_id(), m_entity_id, m_fabric, and MayaFlux::Nexus::Fabric::m_scheduler.

Referenced by finalise().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: