Annex v0.1.0 Annex.Data View Source
Link to this section Summary
Functions
Callback implementation for Annex.Encoder.decode/1.
Callback implementation for Annex.Encoder.encode/1.
Link to this section Types
Link to this type
data()
View Source
data()
View Source
data() :: struct_data() | float_data()
data() :: struct_data() | float_data()
Link to this type
dataset()
View Source
dataset()
View Source
dataset() :: [data()]
dataset() :: [data()]
Link to this type
float_data()
View Source
float_data()
View Source
float_data() :: [float()]
float_data() :: [float()]
Link to this type
struct_data()
View Source
struct_data()
View Source
struct_data() :: struct()
struct_data() :: struct()
Link to this section Functions
Link to this function
decode(data)
View Source
decode(data)
View Source
decode(Annex.Encoder.t()) :: float_data()
decode(Annex.Encoder.t()) :: float_data()
Callback implementation for Annex.Encoder.decode/1.
Link to this function
encode(data)
View Source
encode(data)
View Source
encode(Annex.Encoder.t()) :: data()
encode(Annex.Encoder.t()) :: data()
Callback implementation for Annex.Encoder.encode/1.