Talk:FGPythonSys: Difference between revisions

Jump to navigation Jump to search
no edit summary
 
No edit summary
Line 5: Line 5:
* addcommand()/removecomand()
* addcommand()/removecomand()
* run fgcommand (with locking, e.g. using SGMutex)
* run fgcommand (with locking, e.g. using SGMutex)
<syntaxhighlight lang="cpp">
class FGScriptingSystem : public SGSubsystem {
public:
protected:
private:
};
</syntaxhighlight>

Navigation menu