
com.github.jodersky.mavlink.Context.scala Maven / Gradle / Ivy
The newest version!
package com.github.jodersky.mavlink
/** Represents the context under which MAVLink scala code was generated. */
case class Context(
version: Option[String],
name: String
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy