MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / set_progress

Method set_progress

src/indicators.hpp:2387–2394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2385 }
2386
2387 void set_progress(float value) {
2388 {
2389 std::lock_guard<std::mutex> lock{mutex_};
2390 progress_ = value;
2391 }
2392 save_start_time();
2393 print_progress();
2394 }
2395
2396 void tick() {
2397 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected