ChannelReplacementPlan

data class ChannelReplacementPlan(val normalizedSettings: List<ChannelSettings>, val channelWrites: List<Channel>)(source)

A normalized authoritative channel set and the complete radio writes needed to materialize it.

Constructors

Link copied to clipboard
constructor(normalizedSettings: List<ChannelSettings>, channelWrites: List<Channel>)

Properties

Link copied to clipboard
val channelWrites: List<Channel>
Link copied to clipboard
val normalizedSettings: List<ChannelSettings>