Struct

AircraftElectricalTopology

USI.Core

Configured component counts for the currently loaded aircraft's electrical system. These authoritative installed counts are distinct from the number of discoverable logical access points in a component collection.

public struct AircraftElectricalTopology : IEquatable<AircraftElectricalTopology>

Constructors

AircraftElectricalTopology

public AircraftElectricalTopology(int BatteryCount, int EngineDrivenGeneratorCount, int BusCount, int InverterCount)

Configured component counts for the currently loaded aircraft's electrical system. These authoritative installed counts are distinct from the number of discoverable logical access points in a component collection.

Properties

BatteryCount

public int BatteryCount { get; set; }

BusCount

public int BusCount { get; set; }

EngineDrivenGeneratorCount

public int EngineDrivenGeneratorCount { get; set; }

InverterCount

public int InverterCount { get; set; }

Methods

Deconstruct

public void Deconstruct(int BatteryCount, int EngineDrivenGeneratorCount, int BusCount, int InverterCount)

Equals

public bool Equals(object obj)

Equals

public bool Equals(AircraftElectricalTopology other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()