Module Values.TrackingOverridesSource

Overrides the default tracking configuration on an antenna during a contact.

Sourcetype nonrec t = {
  1. programTrackSettings : ProgramTrackSettings.t option;
    (*

    Program track settings to override for antenna tracking during the contact.

    *)
}
Sourceval make : ?programTrackSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `String of Uuid.t ]) list ]) list ]) 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