C# Class SimTelemetry.Data.Simulators

Show file Open project: nlhans/SimTelemetry Class Usage Examples

Private Properties

Property Type Description
Refresh void

Public Methods

Method Description
Get ( string sim ) : ISimulator
GetRunning ( ) : ISimulator

Gets the simulator that is running. If mutltiple are; the first one is picked.

Simulators ( ) : System

Upon initializing try loading all simulators from the catalog.

Private Methods

Method Description
Refresh ( ) : void

Refreshes the catalog and initializes all simulators with the host (Telemetry class).

Method Details

Get() public method

public Get ( string sim ) : ISimulator
sim string
return ISimulator

GetRunning() public method

Gets the simulator that is running. If mutltiple are; the first one is picked.
public GetRunning ( ) : ISimulator
return ISimulator

Simulators() public method

Upon initializing try loading all simulators from the catalog.
public Simulators ( ) : System
return System