#include "ATISEncoder.hxx"
#include <Airports/dynamics.hxx>
#include <Main/globals.hxx>
#include <Main/locale.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/props/props_io.hxx>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
|
#define | SPACE append(1,' ') |
|
◆ SPACE
#define SPACE append(1,' ') |
◆ EMPTY()
static string EMPTY |
( |
"" | | ) |
|
|
static |
◆ findAtisTemplate()
SGPropertyNode_ptr findAtisTemplate |
( |
const std::string & | stationId, |
|
|
SGPropertyNode_ptr | atisSchemaNode ) |
◆ findBestRunwayForWind()
◆ getSpokenForm()
static string getSpokenForm |
( |
const string & | text | ) |
|
|
static |
◆ getSpokenFormWithDefault()
static string getSpokenFormWithDefault |
( |
const string & | text, |
|
|
const string & | defaultValue ) |
|
static |
◆ NO_ATIS()
static string NO_ATIS |
( |
"nil" | | ) |
|
|
static |