MCPcopy Create free account
hub / github.com/ange-yaghi/engine-sim / _evaluate

Method _evaluate

scripting/include/engine_node.h:168–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 virtual void _evaluate() {
169 setOutput(this);
170
171 // Read inputs
172 readAllInputs();
173 }
174
175 ThrottleNode *m_throttle = nullptr;
176 IgnitionModuleNode *m_ignitionModule = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected