MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / pause_is_requested

Method pause_is_requested

src/PLPSLAM/mapping_module.cc:857–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855 }
856
857 bool mapping_module::pause_is_requested() const
858 {
859 std::lock_guard<std::mutex> lock(mtx_pause_);
860 return pause_is_requested_ && !force_to_run_;
861 }
862
863 void mapping_module::pause()
864 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected