FlightGear next
NasalCondition.cxx File Reference
#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)
 

Typedef Documentation

◆ NasalBindingRef

using NasalBindingRef = SGSharedPtr<NasalBinding>

Definition at line 15 of file NasalCondition.cxx.

◆ NasalCondition

typedef nasal::Ghost<SGConditionRef> NasalCondition

Definition at line 17 of file NasalCondition.cxx.

Function Documentation

◆ f_createCondition()

static naRef f_createCondition ( naContext c,
naRef me,
int argc,
naRef * args )
static

Definition at line 26 of file NasalCondition.cxx.

◆ initNasalCondition()

naRef initNasalCondition ( naRef globals,
naContext c )

Definition at line 51 of file NasalCondition.cxx.