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