Module Values.SignalDecodersSource

Sourcetype nonrec t = SignalDecoder.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : SignalDecoder.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `String of FullyQualifiedName.t | `Structure of (string * Awso.Botodata.value) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> SignalDecoder.t list
Sourceval of_json : [> Yojson.Safe.t ] -> SignalDecoder.t list
Sourceval to_json : SignalDecoder.t list -> Yojson.Safe.t