MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / Update

Method Update

matlab/JSBSimInterface.cpp:160–169  ·  view source on GitHub ↗

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Source from the content-addressed store, hash-verified

158
159//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
160void JSBSimInterface::Update()
161{
162 try {
163 fdmExec->Run();
164 } catch (const LogException& e) {
165 snprintf(error_msg, sizeof(error_msg), "%s", e.what());
166 ssSetErrorStatus(S, error_msg);
167 throw BaseException(error_msg);
168 }
169}
170
171//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
172bool JSBSimInterface::AddInputPropertyNode(std::string property)

Callers 1

mdlUpdateFunction · 0.80

Calls 2

RunMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected