Inherits Environment::RealWxController.
Inherited by Environment::NoaaMetarRealWxController.
Definition at line 147 of file realwx_ctrl.cxx.
◆ MetarPropertiesList
◆ BasicRealWxController()
Environment::BasicRealWxController::BasicRealWxController |
( |
SGPropertyNode_ptr | rootNode, |
|
|
MetarRequester * | metarRequester ) |
◆ ~BasicRealWxController()
Environment::BasicRealWxController::~BasicRealWxController |
( |
| ) |
|
|
virtual |
◆ addMetarAtPath()
void Environment::BasicRealWxController::addMetarAtPath |
( |
const std::string & | propPath, |
|
|
const std::string & | icao ) |
Create a metar-property binding at the specified property path, and initiate a request for the specified station-ID (which may be empty).
If the property path is already mapped, the station ID will be updated.
Definition at line 315 of file realwx_ctrl.cxx.
◆ bind()
void Environment::BasicRealWxController::bind |
( |
| ) |
|
|
override |
◆ checkNearbyMetar()
void Environment::BasicRealWxController::checkNearbyMetar |
( |
| ) |
|
|
protected |
◆ findMetarAtPath()
BasicRealWxController::MetarPropertiesList::iterator Environment::BasicRealWxController::findMetarAtPath |
( |
const std::string & | propPath | ) |
|
◆ getMetarMaxAgeMin()
long Environment::BasicRealWxController::getMetarMaxAgeMin |
( |
| ) |
const |
|
inlineprotected |
◆ init()
void Environment::BasicRealWxController::init |
( |
| ) |
|
|
override |
◆ reinit()
void Environment::BasicRealWxController::reinit |
( |
| ) |
|
|
override |
◆ removeMetarAtPath()
void Environment::BasicRealWxController::removeMetarAtPath |
( |
const std::string & | propPath | ) |
|
◆ shutdown()
void Environment::BasicRealWxController::shutdown |
( |
| ) |
|
|
override |
◆ unbind()
void Environment::BasicRealWxController::unbind |
( |
| ) |
|
|
override |
◆ update()
void Environment::BasicRealWxController::update |
( |
double | dt | ) |
|
|
override |
◆ _enabled
bool Environment::BasicRealWxController::_enabled |
|
protected |
◆ _ground_elevation_n
SGPropertyNode_ptr Environment::BasicRealWxController::_ground_elevation_n |
|
protected |
◆ _max_age_n
SGPropertyNode_ptr Environment::BasicRealWxController::_max_age_n |
|
protected |
◆ _metarProperties
◆ _requester
◆ _rootNode
SGPropertyNode_ptr Environment::BasicRealWxController::_rootNode |
|
protected |
◆ _tiedProperties
simgear::TiedPropertyList Environment::BasicRealWxController::_tiedProperties |
|
protected |
◆ _wasEnabled
bool Environment::BasicRealWxController::_wasEnabled |
|
protected |
The documentation for this class was generated from the following file: