On Tue, Oct 11, 2011 at 11:31 PM, Robbo <robbo_b...@hotmail.com> wrote:
>
> The classes are instantiated within instrument_manager:
>
>         } else if ( name == "taradar" ) {
>             set_subsystem( id, new TaRadar( node ), 1 );

Notice that the subsystem will be registered using the "id" not the
"name". So make sure you are using the correct value when retrieving
it, below:

> TaRadar* _taradar_node = (TaRadar*) globals->get_subsystem("taradar");

-- 
Csaba/Jester

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to