2005-10-08 11:55:18 +00:00
|
|
|
// Wx Radar background texture
|
|
|
|
//
|
|
|
|
// Written by Harald JOHNSEN, started May 2005.
|
2007-06-24 07:57:45 +00:00
|
|
|
// With major amendments by Vivian MEAZZA May 2007
|
|
|
|
// Ported to OSG by Tim MOORE Jun 2007
|
2005-10-08 11:55:18 +00:00
|
|
|
//
|
|
|
|
// Copyright (C) 2005 Harald JOHNSEN - hjohnsen@evc.net
|
|
|
|
//
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU General Public License as
|
|
|
|
// published by the Free Software Foundation; either version 2 of the
|
|
|
|
// License, or (at your option) any later version.
|
|
|
|
//
|
|
|
|
// This program is distributed in the hope that it will be useful, but
|
|
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
// General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// along with this program; if not, write to the Free Software
|
2006-02-21 01:16:04 +00:00
|
|
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
2005-10-08 11:55:18 +00:00
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef _INST_WXRADAR_HXX
|
|
|
|
#define _INST_WXRADAR_HXX
|
|
|
|
|
2006-10-29 19:30:21 +00:00
|
|
|
#include <osg/ref_ptr>
|
2007-06-24 07:57:45 +00:00
|
|
|
#include <osg/Geode>
|
2006-10-29 19:30:21 +00:00
|
|
|
#include <osg/Texture2D>
|
2007-09-09 23:22:14 +00:00
|
|
|
#include <osgText/Text>
|
2006-04-17 13:40:20 +00:00
|
|
|
|
2005-10-08 11:55:18 +00:00
|
|
|
#include <simgear/props/props.hxx>
|
|
|
|
#include <simgear/structure/subsystem_mgr.hxx>
|
2005-10-16 17:31:06 +00:00
|
|
|
#include <simgear/environment/visual_enviro.hxx>
|
2005-10-08 11:55:18 +00:00
|
|
|
|
2007-06-24 07:57:45 +00:00
|
|
|
#include <AIModel/AIBase.hxx>
|
|
|
|
#include <AIModel/AIManager.hxx>
|
|
|
|
#include <vector>
|
|
|
|
#include <string>
|
|
|
|
SG_USING_STD(vector);
|
|
|
|
SG_USING_STD(string);
|
|
|
|
|
|
|
|
class FGAIBase;
|
|
|
|
|
2005-10-08 11:55:18 +00:00
|
|
|
class FGODGauge;
|
|
|
|
|
2007-09-09 23:22:14 +00:00
|
|
|
class wxRadarBg : public SGSubsystem, public SGPropertyChangeListener {
|
2005-10-08 11:55:18 +00:00
|
|
|
public:
|
|
|
|
|
|
|
|
wxRadarBg ( SGPropertyNode *node );
|
|
|
|
wxRadarBg ();
|
|
|
|
virtual ~wxRadarBg ();
|
|
|
|
|
|
|
|
virtual void init ();
|
|
|
|
virtual void update (double dt);
|
2007-09-09 23:22:14 +00:00
|
|
|
virtual void valueChanged(SGPropertyNode*);
|
2005-10-08 11:55:18 +00:00
|
|
|
|
2007-06-24 22:13:25 +00:00
|
|
|
double _interval;
|
|
|
|
double _time;
|
2008-03-17 08:47:16 +00:00
|
|
|
|
|
|
|
bool _sim_init_done;
|
|
|
|
|
|
|
|
string _name;
|
|
|
|
|
|
|
|
int _num;
|
|
|
|
|
|
|
|
SGPropertyNode_ptr _serviceable_node;
|
|
|
|
SGPropertyNode_ptr _Instrument;
|
|
|
|
SGPropertyNode_ptr _radar_mode_control_node;
|
|
|
|
|
|
|
|
SGPropertyNode_ptr _user_lat_node;
|
|
|
|
SGPropertyNode_ptr _user_lon_node;
|
|
|
|
SGPropertyNode_ptr _user_heading_node;
|
|
|
|
SGPropertyNode_ptr _user_alt_node;
|
|
|
|
|
|
|
|
FGODGauge *_odg;
|
|
|
|
|
2008-03-22 09:19:21 +00:00
|
|
|
// Convenience function for creating a property node with a
|
|
|
|
// default value
|
|
|
|
template<typename DefaultType>
|
|
|
|
SGPropertyNode* getInstrumentNode(const char* name, DefaultType value);
|
|
|
|
|
2008-03-17 08:47:16 +00:00
|
|
|
private:
|
|
|
|
|
2007-07-03 18:24:45 +00:00
|
|
|
string _texture_path;
|
2005-10-08 11:55:18 +00:00
|
|
|
|
2007-06-29 22:44:41 +00:00
|
|
|
typedef enum { ARC, MAP, PLAN, ROSE } DisplayMode;
|
|
|
|
DisplayMode _display_mode;
|
|
|
|
|
2007-06-24 07:57:45 +00:00
|
|
|
string _last_switchKnob;
|
|
|
|
|
2007-06-29 22:44:41 +00:00
|
|
|
float _range_nm;
|
|
|
|
float _scale; // factor to convert nm to display units
|
|
|
|
float _angle_offset;
|
|
|
|
float _view_heading;
|
|
|
|
float _x_offset, _y_offset;
|
2007-06-24 07:57:45 +00:00
|
|
|
|
2008-03-17 08:47:16 +00:00
|
|
|
double _radar_ref_rng;
|
|
|
|
double _lat, _lon;
|
|
|
|
|
2007-06-24 07:57:45 +00:00
|
|
|
SGPropertyNode_ptr _Tacan;
|
|
|
|
SGPropertyNode_ptr _Radar_controls;
|
|
|
|
|
|
|
|
SGPropertyNode_ptr _user_speed_east_fps_node;
|
|
|
|
SGPropertyNode_ptr _user_speed_north_fps_node;
|
|
|
|
|
|
|
|
SGPropertyNode_ptr _tacan_serviceable_node;
|
|
|
|
SGPropertyNode_ptr _tacan_distance_node;
|
|
|
|
SGPropertyNode_ptr _tacan_name_node;
|
|
|
|
SGPropertyNode_ptr _tacan_bearing_node;
|
|
|
|
SGPropertyNode_ptr _tacan_in_range_node;
|
|
|
|
|
|
|
|
SGPropertyNode_ptr _radar_weather_node;
|
|
|
|
SGPropertyNode_ptr _radar_position_node;
|
|
|
|
SGPropertyNode_ptr _radar_data_node;
|
2007-09-09 23:22:14 +00:00
|
|
|
SGPropertyNode_ptr _radar_symbol_node;
|
2008-03-17 08:47:16 +00:00
|
|
|
|
2007-06-24 07:57:45 +00:00
|
|
|
SGPropertyNode_ptr _radar_centre_node;
|
|
|
|
SGPropertyNode_ptr _radar_coverage_node;
|
|
|
|
SGPropertyNode_ptr _radar_ref_rng_node;
|
2007-06-30 08:53:06 +00:00
|
|
|
SGPropertyNode_ptr _radar_hdg_marker_node;
|
2007-09-09 23:22:14 +00:00
|
|
|
SGPropertyNode_ptr _radar_rotate_node;
|
|
|
|
SGPropertyNode_ptr _radar_font_node;
|
2007-06-24 07:57:45 +00:00
|
|
|
|
|
|
|
SGPropertyNode_ptr _ai_enabled_node;
|
|
|
|
|
2007-06-29 22:44:41 +00:00
|
|
|
osg::ref_ptr<osg::Texture2D> _resultTexture;
|
|
|
|
osg::ref_ptr<osg::Texture2D> _wxEcho;
|
|
|
|
osg::ref_ptr<osg::Geode> _radarGeode;
|
2007-09-09 23:22:14 +00:00
|
|
|
osg::ref_ptr<osg::Geode> _textGeode;
|
2007-06-29 22:44:41 +00:00
|
|
|
osg::Geometry *_geom;
|
|
|
|
osg::Vec2Array *_vertices;
|
|
|
|
osg::Vec2Array *_texCoords;
|
|
|
|
osg::Matrixf _centerTrans;
|
2007-09-09 23:22:14 +00:00
|
|
|
osg::ref_ptr<osgText::Font> _font;
|
2007-06-24 07:57:45 +00:00
|
|
|
|
|
|
|
list_of_SGWxRadarEcho _radarEchoBuffer;
|
|
|
|
|
|
|
|
FGAIManager* _ai;
|
|
|
|
|
2007-06-29 22:44:41 +00:00
|
|
|
void update_weather();
|
|
|
|
void update_aircraft();
|
|
|
|
void update_tacan();
|
|
|
|
void update_heading_marker();
|
2007-09-09 23:22:14 +00:00
|
|
|
void update_data(FGAIBase* ac, double radius, double bearing, bool selected);
|
2007-06-29 22:44:41 +00:00
|
|
|
void center_map();
|
|
|
|
void apply_map_offset();
|
2008-03-17 08:47:16 +00:00
|
|
|
void updateFont();
|
|
|
|
void calcRangeBearing(double lat, double lon, double lat2, double lon2,
|
|
|
|
double &range, double &bearing) const;
|
|
|
|
|
2007-06-29 22:44:41 +00:00
|
|
|
bool withinRadarHorizon(double user_alt, double alt, double range);
|
|
|
|
bool inRadarRange(int type, double range);
|
2008-03-17 08:47:16 +00:00
|
|
|
|
2007-06-24 07:57:45 +00:00
|
|
|
float calcRelBearing(float bearing, float heading);
|
2008-03-17 08:47:16 +00:00
|
|
|
|
2005-10-08 11:55:18 +00:00
|
|
|
};
|
|
|
|
|
2008-03-22 09:19:21 +00:00
|
|
|
template<> inline
|
|
|
|
SGPropertyNode* wxRadarBg::getInstrumentNode(const char* name, bool value)
|
|
|
|
{
|
|
|
|
SGPropertyNode* result = _Instrument->getNode(name, true);
|
|
|
|
if (result->getType() == SGPropertyNode::NONE)
|
|
|
|
result->setBoolValue(value);
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
template<> inline
|
|
|
|
SGPropertyNode* wxRadarBg::getInstrumentNode(const char* name, double value)
|
|
|
|
{
|
|
|
|
SGPropertyNode* result = _Instrument->getNode(name, true);
|
|
|
|
if (result->getType() == SGPropertyNode::NONE)
|
|
|
|
result->setDoubleValue(value);
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
template<> inline
|
|
|
|
SGPropertyNode* wxRadarBg::getInstrumentNode(const char* name,
|
|
|
|
const char* value)
|
|
|
|
{
|
|
|
|
SGPropertyNode* result = _Instrument->getNode(name, true);
|
|
|
|
if (result->getType() == SGPropertyNode::NONE)
|
|
|
|
result->setStringValue(value);
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2005-10-08 11:55:18 +00:00
|
|
|
#endif // _INST_WXRADAR_HXX
|