FlightGear next
|
implementation of SGAbstractBinding which invokes a Nasal callback. More...
#include <NasalCondition.hxx>
Inherits SGAbstractBinding.
Public Types | |
using | NasalCallback = std::function<void(naRef)> |
Public Member Functions | |
NasalBinding (NasalCallback cb) | |
implementation of SGAbstractBinding which invokes a Nasal callback.
(without it being registered as a command).
The binding argument properties are converted to a wrapped Nasal Props.Node before the binding is fired
Definition at line 24 of file NasalCondition.hxx.
using NasalBinding::NasalCallback = std::function<void(naRef)> |
Definition at line 27 of file NasalCondition.hxx.
|
inline |
Definition at line 29 of file NasalCondition.hxx.