FlightGear next
NasalSys_private.hxx File Reference
#include <simgear/debug/BufferedLogCallback.hxx>
#include <simgear/nasal/nasal.h>
#include <simgear/props/props.hxx>
#include <simgear/threads/SGQueue.hxx>
#include <simgear/xml/easyxml.hxx>
#include "NasalModelData.hxx"

Go to the source code of this file.

Classes

class  FGNasalListener
 
class  NasalXMLVisitor
 
struct  NasalTimer
 
class  NasalSysPrivate
 

Functions

int nasalStructEqual (naContext ctx, naRef a, naRef b)
 @breif wrapper for naEqual which recursively checks vec/hash equality Probably not very performant.
 
naRef initNasalUnitTestCppUnit (naRef globals, naContext c)
 
naRef initNasalUnitTestInSim (naRef globals, naContext c)
 

Function Documentation

◆ initNasalUnitTestCppUnit()

naRef initNasalUnitTestCppUnit ( naRef globals,
naContext c )

◆ initNasalUnitTestInSim()

naRef initNasalUnitTestInSim ( naRef globals,
naContext c )

Definition at line 181 of file NasalUnitTesting.cxx.

◆ nasalStructEqual()

int nasalStructEqual ( naContext ctx,
naRef a,
naRef b )

@breif wrapper for naEqual which recursively checks vec/hash equality Probably not very performant.

Definition at line 2088 of file NasalSys.cxx.