commonMain.com.divpundir.mavlink.definitions.standard.StandardDialect.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of definitions Show documentation
Show all versions of definitions Show documentation
A modern MAVLink library for the JVM written in Kotlin.
The newest version!
package com.divpundir.mavlink.definitions.standard
import com.divpundir.mavlink.api.AbstractMavDialect
import com.divpundir.mavlink.api.GeneratedMavDialect
import com.divpundir.mavlink.definitions.minimal.MinimalDialect
@GeneratedMavDialect
public data object StandardDialect : AbstractMavDialect(
setOf(
MinimalDialect,
),
emptyMap())