MavDialect

interface MavDialect

Inheritors

Properties

Link copied to clipboard
abstract val dependencies: Set<MavDialect>

The dialects that this dialect depends on.

Link copied to clipboard

The messages that are defined in this dialect. This does not include the messages of the dependencies.

Functions

Link copied to clipboard

Searches the dialect and its dependencies for the MavMessage.MavCompanion of the given messageId. Returns the object if found, null otherwise.

Link copied to clipboard
abstract fun supports(messageId: UInt): Boolean

Checks whether this dialect supports the message of the specified messageId.