Use the ISensorDriver attached to an concrete ISensor instance to read the data.
ISensor sensor = ...;
// Getting all data from the sensor
Instances instances = sensor.getData();
// Gets the time interval of the data
Interval interval = sensor.getInterval();
Use this testfile for testing. Copy it on an usb stick with no other files ending with .sdr
Use the ISensorDriver attached to an concrete ISensor instance to read the data.
Use this testfile for testing. Copy it on an usb stick with no other files ending with .sdr