MCPcopy Create free account
hub / github.com/MOLAorg/mola / getModuleInstanceName

Method getModuleInstanceName

mola_kernel/src/interfaces/ExecutableBase.cpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62void ExecutableBase::setModuleInstanceName(const std::string& s) { module_instance_name = s; }
63std::string ExecutableBase::getModuleInstanceName() const { return module_instance_name; }
64
65void ExecutableBase::exposeParameters(const mrpt::containers::yaml& names_values)
66{

Callers 6

doLookForNewMolaSubsMethod · 0.80
service_param_getMethod · 0.80
service_param_setMethod · 0.80
publishDiagnosticsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected