]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/metarproperties.hxx
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
[flightgear.git] / src / Environment / metarproperties.hxx
index 060cb69f5e40be14f0977c05afaa043e58206bb4..221219f98a62035d6395d39ace789fb1ca5b92a2 100644 (file)
@@ -41,6 +41,7 @@ private:
     const char * get_metar() const { return _metar.c_str(); }
     void set_metar( const char * metar );
     const char * get_station_id() const { return _station_id.c_str(); }
+    const char * get_decoded() const { return _decoded.c_str(); }
 
     SGPropertyNode_ptr _rootNode;
     SGPropertyNode_ptr _metarValidNode;
@@ -69,6 +70,7 @@ private:
     double _hail;
     double _snow;
     bool _snow_cover;
+    std::string _decoded;
 
     TiedPropertyList _tiedProperties;
 };