#include <config.h>
#include <simgear/compiler.h>
#include <simgear/debug/logstream.hxx>
#include <simgear/misc/strutils.hxx>
#include <simgear/props/props.hxx>
#include <simgear/props/props_io.hxx>
#include <simgear/structure/commands.hxx>
#include <simgear/structure/exception.hxx>
#include <algorithm>
#include <errno.h>
#include <functional>
#include <iostream>
#include <sstream>
#include <Main/globals.hxx>
#include <Scripting/NasalSys.hxx>
#include <Viewer/viewmgr.hxx>
#include <simgear/io/sg_netChat.hxx>
#include "propsProtocol.hxx"
#include <map>
#include <set>
#include <string>
#include <vector>
#include <Main/fg_props.hxx>
Go to the source code of this file.
◆ getValueTypeString()
static std::string getValueTypeString |
( |
const SGPropertyNode * | node | ) |
|
|
static |