Module Values.TimeBasedSignalFetchConfigSource

Used to configure a frequency-based vehicle signal fetch.

Sourcetype nonrec t = {
  1. executionFrequencyMs : PositiveLong.t;
    (*

    The frequency with which the signal fetch will be executed.

    *)
}
Sourceval context_ : string
Sourceval make : executionFrequencyMs:PositiveLong.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of PositiveLong.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t