Package-level declarations

Types

Link copied to clipboard
data class ContactProfileLink(val channels: List<ContactProfileLinkChannel>, val direction: String, val name: String, val polarization: String)
Link copied to clipboard
data class ContactProfileLinkChannel(val bandwidthMhz: Double, val centerFrequencyMhz: Double, val demodulationConfiguration: String? = null, val endPoints: List<ContactProfileLinkChannelEndPoint>, val modulationConfiguration: String? = null, val name: String)
Link copied to clipboard
data class ContactProfileLinkChannelEndPoint(val endPointName: String, val ipAddress: String? = null, val port: String, val protocol: String)
Link copied to clipboard
data class SpacecraftLink(val bandwidthMhz: Double, val centerFrequencyMhz: Double, val direction: String, val name: String, val polarization: String)