Sha256: 1f7b5c2edae1ef5ea8e38dfdcf5e9862d875811707c50b1d0e265867c0831218
Contents?: true
Size: 267 Bytes
Versions: 2
Compression:
Stored size: 267 Bytes
Contents
module AprsParser module Enums extend FFI::Library PacketType = enum [:fapLOCATION, :fapOBJECT, :fapITEM, :fapMICE, :fapNMEA, :fapWX, :fapMESSAGE, :fapCAPABILITIES, :fapSTATUS, :fapTELEMETRY, :fapTELEMETRY_MESSAGE, :fapDX_SPOT, :fapEXPERIMENTAL] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aprs_parser-1.0.0 | lib/aprs_parser/enums/packet_type.rb |
aprs_parser-1.0.0.pre | lib/aprs_parser/enums/packet_type.rb |