Class

AircraftAutopilotTopology

USI.Core

Describes autopilot-channel access points captured for one loaded-aircraft graph. Unknown entries remain usable when a provider exposes a channel but cannot prove its physical installation.

public sealed class AircraftAutopilotTopology

Constructors

AircraftAutopilotTopology

public AircraftAutopilotTopology(IEnumerable<AircraftComponentInstallationState> channelInstallationStates)

Properties

ChannelCount

public int ChannelCount { get; }

ChannelInstallationStates

public IReadOnlyList<AircraftComponentInstallationState> ChannelInstallationStates { get; }

Methods

GetChannelInstallationState

public AircraftComponentInstallationState GetChannelInstallationState(int number)