AbstractMavDialect
abstract class AbstractMavDialect(dependencies: Set<MavDialect>, messages: Map<UInt, MavMessage.MavCompanion<out MavMessage<*>>>) : MavDialect
Constructors
Link copied to clipboard
constructor(dependencies: Set<MavDialect>, messages: Map<UInt, MavMessage.MavCompanion<out MavMessage<*>>>)
Properties
Functions
Link copied to clipboard
open override fun resolveCompanionOrNull(messageId: UInt): MavMessage.MavCompanion<out MavMessage<*>>?
Searches the dialect and its dependencies for the MavMessage.MavCompanion of the given messageId. Returns the object if found, null otherwise.