PerfTestOutProc typedef

PerfTestOutProc = void Function(PerfTestLot lot)

User-defined procedure to show lot result

Implementation

typedef PerfTestOutProc = void Function(PerfTestLot lot);