X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fwxradar.hxx;h=b2f7139f8f77ca458231c5ce1d3a9511eae40df7;hb=c1d06064c8eec5f058f031031cde944489a31b40;hp=1d905b53d6315c98f4b5ee995de93fc2aed4a462;hpb=68f248879cb15562c7b026445f83caf8f2842ae9;p=flightgear.git diff --git a/src/Instrumentation/wxradar.hxx b/src/Instrumentation/wxradar.hxx index 1d905b53d..b2f7139f8 100644 --- a/src/Instrumentation/wxradar.hxx +++ b/src/Instrumentation/wxradar.hxx @@ -16,15 +16,19 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // #ifndef _INST_WXRADAR_HXX #define _INST_WXRADAR_HXX +#include + #include #include +#include +#include class ssgTexture; class FGODGauge; @@ -48,11 +52,12 @@ private: SGPropertyNode_ptr _serviceable_node; SGPropertyNode_ptr _Instrument; - ssgTexture *resultTexture; - ssgTexture *wxEcho; + ssgSharedPtr resultTexture; + ssgSharedPtr wxEcho; string last_switchKnob; bool sim_init_done; FGODGauge *odg; + list_of_SGWxRadarEcho radarEchoBuffer; }; #endif // _INST_WXRADAR_HXX