NMEA Web Serial
    Preparing search index...

    Type Alias NmeaMachineActor<TData, TPackets>

    NmeaMachineActor: ActorRefFrom<ReturnType<typeof createNmeaMachine>>

    Type helper to extract the machine type from the factory function.

    Type Parameters

    • TData

      The type of computed/translated data.

    • TPackets extends Record<string, PacketStub | undefined>

      The type of stored packets.