Nasal/CppBind: Difference between revisions

Jump to navigation Jump to search
m
http://forum.flightgear.org/viewtopic.php?f=18&t=21561&p=196141#p196141
m (http://forum.flightgear.org/viewtopic.php?f=30&t=21346&p=194458&hilit=fginterface#p194456)
m (http://forum.flightgear.org/viewtopic.php?f=18&t=21561&p=196141#p196141)
Line 22: Line 22:
After working through this article, some of the more useful things to play with it the beginning, would be exposing additional SG/FG classes to Nasal space, such as for example:
After working through this article, some of the more useful things to play with it the beginning, would be exposing additional SG/FG classes to Nasal space, such as for example:
* the loglist/SG_LOG() logging buffer machinery [http://forum.flightgear.org/viewtopic.php?f=17&t=21480&p=195517#p195517]
* the loglist/SG_LOG() logging buffer machinery [http://forum.flightgear.org/viewtopic.php?f=17&t=21480&p=195517#p195517]
* FGInterface, to implement I/O protocols via Nasal [http://forum.flightgear.org/viewtopic.php?f=30&t=21346&p=194458&hilit=fginterface#p194456]
* FGProtocol, to implement I/O protocols via Nasal [http://forum.flightgear.org/viewtopic.php?f=30&t=21346&p=194458&hilit=fginterface#p194456] [http://forum.flightgear.org/viewtopic.php?f=18&t=21561&p=196141#p196141]
* the SGSubsystem interface to register scripted SGSubsystems
* the SGSubsystem interface to register scripted SGSubsystems
* the flight recorder system (replay buffers)
* the flight recorder system (replay buffers)

Navigation menu