Sonda v0.2.0 Sonda.Sink.Memory View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Sonda.Sink.Memory{records: [record()], signals: accepted_signals()}
Link to this section Functions
Link to this function
record(sink, signal, timestamp, data)
View Sourcerecord( sink :: t(), signal :: Sonda.Sink.signal(), timestamp :: NaiveDateTime.t(), data :: any() ) :: t()
Link to this function
record_signal?(sink, signal)
View Sourcerecord_signal?(sink :: t(), signal :: Sonda.Sink.signal()) :: boolean()