AvailableSourceFormats typedef

AvailableSourceFormats = List<RohdSourceFormat> Function()

Returns the source formats currently navigable for the active module.

Must be synchronous (reads cached module info) so it can be consulted while a popup menu is being built.

Implementation

typedef AvailableSourceFormats = List<RohdSourceFormat> Function();