C# Class SimTelemetry.Domain.Telemetry.TelemetryLoggerConfiguration

Afficher le fichier Open project: nlhans/SimTelemetry Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( int index ) : void
index int
Résultat void

Remove() public méthode

public Remove ( int index ) : void
index int
Résultat void

TelemetryLoggerConfiguration() public méthode

public TelemetryLoggerConfiguration ( bool driversLogAll, bool driversLogAi, bool recordTimePathsAll, bool recordTimePathsAi ) : System.Collections.Generic
driversLogAll bool
driversLogAi bool
recordTimePathsAll bool
recordTimePathsAi bool
Résultat System.Collections.Generic