#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.
◆ initNasalUnitTestCppUnit()
naRef initNasalUnitTestCppUnit |
( |
naRef | globals, |
|
|
naContext | c ) |
◆ initNasalUnitTestInSim()
naRef initNasalUnitTestInSim |
( |
naRef | globals, |
|
|
naContext | c ) |
◆ 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.