A progress notifier that can be used to update a ProgressModal as we go.
Download the top 100 waveforms from the POD-1M device.
This routine will consume 3 progress steps.
default: fase. If set to true then the level will be set for all
child categories.
Generated using TypeDoc
Download all trip data from a POD-1M.
This method will download waveforms, trip details and environmental data from a POD-1M. If the method returns then all trip information was downloaded successfully. Any error downloading data from the device will cause an exception to be thrown indicating what went wrong.
The download process proceeds as follows:
Since many of these steps are fast, not all of them are included in the progress bar. This routine will call ProgressNotifier.startOne()/finishOne() a total of 6 times so that is the amount of space in the progress bar that should be allocated for this routine.
If this routine is called with the possibility of a sub-progress bar, then it will show progress separately for each report received and for all waveforms as a single progress bar.