GoToSourceCallback typedef

GoToSourceCallback = void Function(RohdSourceFormat format, List<String> signalPaths)

Invoked when the user picks Go to <format> Source for signalPaths.

Implementation

typedef GoToSourceCallback = void Function(
    RohdSourceFormat format, List<String> signalPaths);