GutmaLogManager

@objc(GSGutmaLogManager)
public protocol GutmaLogManager : Facility

This facility provides access to flight data files converted to GUTMA format. GUTMA log files are formatted in flight telemetry data logs format defined by the Global UTM Association (GUTMA).

  • Lists all GUTMA files.

    Declaration

    Swift

    var files: Set<URL> { get }
  • Deletes a gutma file.

    Declaration

    Swift

    func delete(file: URL) -> Bool

    Parameters

    file

    URL of the file to delete

    Return Value

    true if the specified file did exist and was successfully deleted, false otherwise