C# Class SimTelemetry.Domain.Aggregates.Telemetry

Inheritance: ITelemetry
Mostrar archivo Open project: nlhans/SimTelemetry

Protected Properties

Property Type Description
_drivers IList
_player SimTelemetry.Domain.Telemetry.TelemetryDriver

Private Properties

Property Type Description

Public Methods

Method Description
ResetLogger ( ) : void
SetDrivingStatus ( bool active ) : void
SetLoadingStatus ( bool active ) : void
SetLogger ( TelemetryLogger logger ) : void
SetSessionStatus ( bool active ) : void
Telemetry ( IPluginTelemetryProvider provider, Process simulatorProcess ) : System
Update ( TelemetryRefresh instance ) : void

Protected Methods

Method Description
UpdateDrivers ( ) : void

Method Details

ResetLogger() public method

public ResetLogger ( ) : void
return void

SetDrivingStatus() public method

public SetDrivingStatus ( bool active ) : void
active bool
return void

SetLoadingStatus() public method

public SetLoadingStatus ( bool active ) : void
active bool
return void

SetLogger() public method

public SetLogger ( TelemetryLogger logger ) : void
logger SimTelemetry.Domain.Telemetry.TelemetryLogger
return void

SetSessionStatus() public method

public SetSessionStatus ( bool active ) : void
active bool
return void

Telemetry() public method

public Telemetry ( IPluginTelemetryProvider provider, Process simulatorProcess ) : System
provider IPluginTelemetryProvider
simulatorProcess System.Diagnostics.Process
return System

Update() public method

public Update ( TelemetryRefresh instance ) : void
instance SimTelemetry.Domain.Events.TelemetryRefresh
return void

UpdateDrivers() protected method

protected UpdateDrivers ( ) : void
return void

Property Details

_drivers protected_oe property

protected IList _drivers
return IList

_player protected_oe property

protected TelemetryDriver,SimTelemetry.Domain.Telemetry _player
return SimTelemetry.Domain.Telemetry.TelemetryDriver