Skip to content
Snippets Groups Projects
Commit 9b08b69d authored by Armin Co's avatar Armin Co
Browse files

log sim state

parent 0ef66acd
Branches
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ private:
void DataChange(uint32_t handle, const Node &node, const Variant &val, AttributeId attr) override
{
auto v = val.As<bool>();
std::cout << v << std::endl;
m_state_machine.set_sim_mode_enabled(v);
}
SmgStateMachine &m_state_machine;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment