FlightGear next
marker_beacon.cxx File Reference
#include <config.h>
#include <stdio.h>
#include <simgear/compiler.h>
#include <simgear/math/sg_random.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/sound/sample_group.hxx>
#include <Main/fg_props.hxx>
#include <Navaids/navlist.hxx>
#include "marker_beacon.hxx"
#include <Sound/beacon.hxx>
#include <string>

Go to the source code of this file.

Classes

class  BeaconFilter
 

Functions

static SGSoundSample * createSampleForBeacon (FGMarkerBeacon::fgMkrBeacType ty)
 
static string sampleNameForBeacon (FGMarkerBeacon::fgMkrBeacType ty)
 
static void lazyChangeBoolProp (SGPropertyNode *node, bool v)
 
static bool check_beacon_range (const SGGeod &pos, FGPositioned *b)
 

Function Documentation

◆ check_beacon_range()

static bool check_beacon_range ( const SGGeod & pos,
FGPositioned * b )
static

Definition at line 241 of file marker_beacon.cxx.

◆ createSampleForBeacon()

static SGSoundSample * createSampleForBeacon ( FGMarkerBeacon::fgMkrBeacType ty)
static

Definition at line 44 of file marker_beacon.cxx.

◆ lazyChangeBoolProp()

static void lazyChangeBoolProp ( SGPropertyNode * node,
bool v )
static

Definition at line 202 of file marker_beacon.cxx.

◆ sampleNameForBeacon()

static string sampleNameForBeacon ( FGMarkerBeacon::fgMkrBeacType ty)
static

Definition at line 58 of file marker_beacon.cxx.