package com.github.jodersky.mavlink /** Represents the context under which MAVLink scala code was generated. */ case class Context( version: String )