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

◆ unit_name()

const std::string & MayaFlux::Vruta::CustomClock::unit_name ( ) const

Gets the name of the processing units.

Returns
String describing the unit type (e.g., "events", "packets", "cycles")

Definition at line 223 of file Clock.cpp.

224{
225 return m_unit_name;
226}
std::string m_unit_name
Name describing the custom units.
Definition Clock.hpp:373

References m_unit_name.