Nasal/CppBind: Difference between revisions

Jump to navigation Jump to search
Line 201: Line 201:
* you configured, built FlightGear with -DENABLE_RTI=ON
* you configured, built FlightGear with -DENABLE_RTI=ON


In and of itself, this snippet isn't yet particularly useful, especially because we don't want HLA federates to be running inside the main process, but the same HLA bindings could obviously also be used by a standalone Nasal interpreter at some point. So this just serves as an example. To learn more about HLA, please also see [[Developing with HLA]].
In and of itself, this snippet isn't yet particularly useful, especially because we don't want HLA federates to be running inside the main process, but the same HLA bindings could obviously also be used by a standalone Nasal interpreter at some point. So this just serves as an example. To learn more about HLA, please also see [[Developing with HLA]] and [[Nasal HLA standalone]].


<syntaxhighlight lang="cpp">
<syntaxhighlight lang="cpp">

Navigation menu