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

◆ fn_name()

const std::string & MayaFlux::Nexus::Sensor::fn_name ( ) const
inline

Identifier assigned to the perception function, empty if anonymous.

Definition at line 49 of file Sensor.hpp.

49{ return m_fn_name; }
std::string m_fn_name
Definition Sensor.hpp:103

References m_fn_name.