C# Class SimTelemetry.Domain.Telemetry.TelemetryLoggerConfiguration

Datei anzeigen Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
Add ( int index ) : void
Remove ( int index ) : void
TelemetryLoggerConfiguration ( bool driversLogAll, bool driversLogAi, bool recordTimePathsAll, bool recordTimePathsAi ) : System.Collections.Generic

Method Details

Add() public method

public Add ( int index ) : void
index int
return void

Remove() public method

public Remove ( int index ) : void
index int
return void

TelemetryLoggerConfiguration() public method

public TelemetryLoggerConfiguration ( bool driversLogAll, bool driversLogAi, bool recordTimePathsAll, bool recordTimePathsAi ) : System.Collections.Generic
driversLogAll bool
driversLogAi bool
recordTimePathsAll bool
recordTimePathsAi bool
return System.Collections.Generic