Table of Contents

Class VehicleLoadDiagnostics

Namespace
LibreRally.Vehicle
Assembly
LibreRally.dll

Diagnostics information for a vehicle load operation.

public record VehicleLoadDiagnostics : IEquatable<VehicleLoadDiagnostics>
Inheritance
VehicleLoadDiagnostics
Implements
Inherited Members

Constructors

VehicleLoadDiagnostics(string, string?, float)

Diagnostics information for a vehicle load operation.

public VehicleLoadDiagnostics(string VehicleFolderPath, string? ConfigPath, float EstimatedMassKg)

Parameters

VehicleFolderPath string

The path to the vehicle folder.

ConfigPath string

The path to the .pc config file used, if any.

EstimatedMassKg float

The estimated total mass of the vehicle in kilograms.

Properties

ConfigPath

The path to the .pc config file used, if any.

public string? ConfigPath { get; init; }

Property Value

string

EstimatedMassKg

The estimated total mass of the vehicle in kilograms.

public float EstimatedMassKg { get; init; }

Property Value

float

VehicleFolderPath

The path to the vehicle folder.

public string VehicleFolderPath { get; init; }

Property Value

string