All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.divpundir.mavlink.api.MavBitmask.kt Maven / Gradle / Ivy

There is a newer version: 1.2.8
Show newest version
package com.divpundir.mavlink.api

/**
 * A high-level representation of a MAVLink bitmask enum.
 */
public interface MavBitmask : MavEnum {

    /**
     * The companion object for a [MavBitmask].
     */
    public interface MavCompanion : MavEnum.MavCompanion {

        /**
         * Returns the list of entries corresponding to the given bitmask value.
         */
        public fun getFlagsFromValue(v: UInt): List
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy