![]() |
videoLat 2.0
Video conferencing delay measurements
|
#import <DownloadCalibrationTableViewController.h>
Public Member Functions | |
(void) | - openUntitledDocumentWithMeasurement: |
(void) | - availableCalibrations: |
Reports list of all available calibrations. | |
(void) | - _updateCalibrations |
(void) | - _downloadCalibration: |
(void) | - _listCalibrations |
Protected Attributes | |
NSArray * | calibrations |
BOOL | searching |
MeasurementDataStore * | downloadedDataStore |
Object that handles downloading calibrations from videolat.org.
- (void) openUntitledDocumentWithMeasurement: | (MeasurementDataStore *) | dataStore |
Create a new document for a measurement.
dataStore | The measurement data. |
Reimplemented from <NewMeasurementDelegate>.