MCPcopy Create free account
hub / github.com/Simple-Robotics/Simple / isReset

Method isReset

include/simple/core/simulator.hpp:384–387  ·  view source on GitHub ↗

\brief Returns true if the simulator is in its reset state.

Source from the content-addressed store, hash-verified

382 ///
383 /// \brief Returns true if the simulator is in its reset state.
384 bool isReset() const
385 {
386 return this->m_is_reset;
387 }
388
389 ///
390 /// \brief Check consistency of the simulator.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected