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

Method getModuleParameters

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

Source from the content-addressed store, hash-verified

83}
84
85mrpt::containers::yaml ExecutableBase::getModuleParameters() const
86{
87 auto lck = mrpt::lockHelper(module_params_mtx_);
88 return module_params_;
89}
90
91void ExecutableBase::changeParameters(const mrpt::containers::yaml& names_values)
92{

Callers 1

service_param_getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected