|
FlightGear next
|
#include "config.h"#include "NasalCondition.hxx"#include "NasalSys.hxx"#include <Main/globals.hxx>#include <simgear/nasal/cppbind/Ghost.hxx>#include <simgear/nasal/cppbind/NasalHash.hxx>#include <simgear/props/condition.hxx>Go to the source code of this file.
Typedefs | |
| using | NasalBindingRef = SGSharedPtr<NasalBinding> |
| typedef nasal::Ghost< SGConditionRef > | NasalCondition |
Functions | |
| static naRef | f_createCondition (naContext c, naRef me, int argc, naRef *args) |
| naRef | initNasalCondition (naRef globals, naContext c) |
| using NasalBindingRef = SGSharedPtr<NasalBinding> |
Definition at line 15 of file NasalCondition.cxx.
| typedef nasal::Ghost<SGConditionRef> NasalCondition |
Definition at line 17 of file NasalCondition.cxx.
|
static |
Definition at line 26 of file NasalCondition.cxx.
| naRef initNasalCondition | ( | naRef | globals, |
| naContext | c ) |
Definition at line 51 of file NasalCondition.cxx.