Search in sources :

Example 6 with CalRecord

use of com.nightscout.core.dexcom.records.CalRecord in project android-uploader by nightscout.

the class CalRecordTest method shouldNotParseLargeCalPre505Record.

@Test(expected = InvalidRecordLengthException.class)
public void shouldNotParseLargeCalPre505Record() throws Exception {
    recordPre505 = Arrays.copyOf(recordPre505, recordPre505.length + 1);
    CalRecord calRecord = new CalRecord(recordPre505);
}
Also used : CalRecord(com.nightscout.core.dexcom.records.CalRecord) Test(org.junit.Test)

Example 7 with CalRecord

use of com.nightscout.core.dexcom.records.CalRecord in project android-uploader by nightscout.

the class MockFactory method mockCalPre505Page.

public static List<CalRecord> mockCalPre505Page() throws ParseException {
    List<CalSubrecord> subrec = new ArrayList<>();
    subrec.add(new CalSubrecord(102, 109056, 180243725, 180243367));
    subrec.add(new CalSubrecord(45, 82816, 180294423, 180294101));
    subrec.add(new CalSubrecord(52, 85056, 180328322, 180328043));
    subrec.add(new CalSubrecord(80, 101136, 180370320, 180369852));
    subrec.add(new CalSubrecord(80, 117408, 180455817, 180455393));
    subrec.add(new CalSubrecord(106, 156704, 180549714, 180549424));
    List<CalRecord> record = new ArrayList<>();
    record.add(new CalRecord(38809.93262015008, 901.7557081270957, 0.9, 0.0, 187193265, 180549714, subrec));
    return record;
}
Also used : CalSubrecord(com.nightscout.core.dexcom.records.CalSubrecord) ArrayList(java.util.ArrayList) CalRecord(com.nightscout.core.dexcom.records.CalRecord)

Example 8 with CalRecord

use of com.nightscout.core.dexcom.records.CalRecord in project android-uploader by nightscout.

the class ReadDataTest method testShouldParse505CalRecords.

@Test
public void testShouldParse505CalRecords() throws IOException, ParseException {
    ReadData readData = new ReadData(usbDevice);
    byte[] response1 = new byte[] { (byte) 0x01, (byte) 0x0e, (byte) 0x00, (byte) 0x01, (byte) 0x05, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x2f, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x32, (byte) 0x10 };
    byte[] response2 = new byte[] { (byte) 0x01, (byte) 0x16, (byte) 0x02, (byte) 0x01, (byte) 0x5e, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x02, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x05, (byte) 0x03, (byte) 0x2f, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x95, (byte) 0xd5, (byte) 0x57, (byte) 0x19, (byte) 0x25, (byte) 0x0b, (byte) 0xf5, (byte) 0xc4, (byte) 0x24, (byte) 0x0b, (byte) 0x37, (byte) 0x6f, (byte) 0x44, (byte) 0x4c, (byte) 0x78, (byte) 0x05, (byte) 0x80, (byte) 0x40, (byte) 0x62, (byte) 0xce, (byte) 0xd0, (byte) 0x3e, (byte) 0xe7, (byte) 0x5f, (byte) 0xd1, (byte) 0x40, (byte) 0xcd, (byte) 0xcc, (byte) 0xcc, (byte) 0xcc, (byte) 0xcc, (byte) 0xcc, (byte) 0xec, (byte) 0x3f, (byte) 0x03, (byte) 0x07, (byte) 0x09, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0xe0, (byte) 0x3f, (byte) 0x02, (byte) 0x1c, (byte) 0xe5, (byte) 0x20, (byte) 0x0b, (byte) 0x79, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0xf2, (byte) 0x11, (byte) 0x01, (byte) 0x00, (byte) 0xc5, (byte) 0xe6, (byte) 0x20, (byte) 0x0b, (byte) 0x00, (byte) 0xc9, (byte) 0x11, (byte) 0x22, (byte) 0x0b, (byte) 0x53, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0xf0, (byte) 0x22, (byte) 0x01, (byte) 0x00, (byte) 0xc2, (byte) 0x12, (byte) 0x22, (byte) 0x0b, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x33, (byte) 0x33, (byte) 0x33, (byte) 0x33, (byte) 0x33, (byte) 0x33, (byte) 0xd3, (byte) 0x3f, (byte) 0x55, (byte) 0x55, (byte) 0x55, (byte) 0x55, (byte) 0x55, (byte) 0x55, (byte) 0xe5, (byte) 0x3f, (byte) 0x99, (byte) 0x00, (byte) 0x83, (byte) 0x1a, (byte) 0x25, (byte) 0x0b, (byte) 0x21, (byte) 0xc6, (byte) 0x24, (byte) 0x0b, (byte) 0x37, (byte) 0x6f, (byte) 0x44, (byte) 0x4c, (byte) 0x78, (byte) 0x05, (byte) 0x80, (byte) 0x40, (byte) 0x62, (byte) 0xce, (byte) 0xd0, (byte) 0x3e, (byte) 0xe7, (byte) 0x5f, (byte) 0xd1, (byte) 0x40, (byte) 0xcd, (byte) 0xcc, (byte) 0xcc, (byte) 0xcc, (byte) 0xcc, (byte) 0xcc, (byte) 0xec, (byte) 0x3f, (byte) 0x03, (byte) 0x07, (byte) 0x09, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0xe0, (byte) 0x3f, (byte) 0x02, (byte) 0x1c, (byte) 0xe5, (byte) 0x20, (byte) 0x0b, (byte) 0x79, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0xf2, (byte) 0x11, (byte) 0x01, (byte) 0x00, (byte) 0xc5, (byte) 0xe6, (byte) 0x20, (byte) 0x0b, (byte) 0x00, (byte) 0xc9, (byte) 0x11, (byte) 0x22, (byte) 0x0b, (byte) 0x53, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0xf0, (byte) 0x22, (byte) 0x01, (byte) 0x00, (byte) 0xc2, (byte) 0x12, (byte) 0x22, (byte) 0x0b, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x33, (byte) 0x33, (byte) 0x33, (byte) 0x33, (byte) 0x33, (byte) 0x33, (byte) 0xd3, (byte) 0x3f, (byte) 0x55, (byte) 0x55, (byte) 0x55, (byte) 0x55, (byte) 0x55, (byte) 0x55, (byte) 0xe5, (byte) 0x3f, (byte) 0x87, (byte) 0xa2, (byte) 0xff, (byte) 0xff, (byte) 0x09, (byte) 0xa6 };
    when(usbDevice.write((byte[]) anyObject(), anyInt())).thenReturn(7).thenReturn(12);
    when(usbDevice.read(anyInt(), anyInt())).thenReturn(response1).thenReturn(response2);
    List<CalRecord> records = readData.getRecentCalRecords();
    assertThat(records, is(MockFactory.mockCal505Page()));
}
Also used : CalRecord(com.nightscout.core.dexcom.records.CalRecord) ReadData(com.nightscout.core.drivers.ReadData) Test(org.junit.Test)

Example 9 with CalRecord

use of com.nightscout.core.dexcom.records.CalRecord in project android-uploader by nightscout.

the class ReadDataTest method testShouldParsePre505CalRecords.

@Test
public void testShouldParsePre505CalRecords() throws IOException, ParseException {
    ReadData readData = new ReadData(usbDevice);
    byte[] response1 = new byte[] { (byte) 0x01, (byte) 0x0e, (byte) 0x00, (byte) 0x01, (byte) 0x05, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x2f, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x32, (byte) 0x10 };
    byte[] response2 = new byte[] { (byte) 0x01, (byte) 0x16, (byte) 0x02, (byte) 0x01, (byte) 0x41, (byte) 0x04, (byte) 0x00, (byte) 0x00, (byte) 0x01, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x05, (byte) 0x02, (byte) 0x6b, (byte) 0x01, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x5b, (byte) 0xf6, (byte) 0x52, (byte) 0xf8, (byte) 0xc2, (byte) 0x0a, (byte) 0xb1, (byte) 0x57, (byte) 0x28, (byte) 0x0b, (byte) 0x94, (byte) 0xd9, (byte) 0xb3, (byte) 0xb0, (byte) 0x0b, (byte) 0x2e, (byte) 0x8c, (byte) 0x40, (byte) 0x86, (byte) 0x36, (byte) 0x06, (byte) 0xd8, (byte) 0x3d, (byte) 0xf3, (byte) 0xe2, (byte) 0x40, (byte) 0xcd, (byte) 0xcc, (byte) 0xcc, (byte) 0xcc, (byte) 0xcc, (byte) 0xcc, (byte) 0xec, (byte) 0x3f, (byte) 0x03, (byte) 0x06, (byte) 0x03, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x06, (byte) 0xa7, (byte) 0x4b, (byte) 0xbe, (byte) 0x0a, (byte) 0x66, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0xaa, (byte) 0x01, (byte) 0x00, (byte) 0x0d, (byte) 0x4d, (byte) 0xbe, (byte) 0x0a, (byte) 0x00, (byte) 0xd5, (byte) 0x11, (byte) 0xbf, (byte) 0x0a, (byte) 0x2d, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x80, (byte) 0x43, (byte) 0x01, (byte) 0x00, (byte) 0x17, (byte) 0x13, (byte) 0xbf, (byte) 0x0a, (byte) 0x00, (byte) 0x6b, (byte) 0x96, (byte) 0xbf, (byte) 0x0a, (byte) 0x34, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x40, (byte) 0x4c, (byte) 0x01, (byte) 0x00, (byte) 0x82, (byte) 0x97, (byte) 0xbf, (byte) 0x0a, (byte) 0x00, (byte) 0xbc, (byte) 0x39, (byte) 0xc0, (byte) 0x0a, (byte) 0x50, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x10, (byte) 0x8b, (byte) 0x01, (byte) 0x00, (byte) 0x90, (byte) 0x3b, (byte) 0xc0, (byte) 0x0a, (byte) 0x01, (byte) 0xe1, (byte) 0x87, (byte) 0xc1, (byte) 0x0a, (byte) 0x50, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0xa0, (byte) 0xca, (byte) 0x01, (byte) 0x00, (byte) 0x89, (byte) 0x89, (byte) 0xc1, (byte) 0x0a, (byte) 0x00, (byte) 0x30, (byte) 0xf7, (byte) 0xc2, (byte) 0x0a, (byte) 0x6a, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x20, (byte) 0x64, (byte) 0x02, (byte) 0x00, (byte) 0x52, (byte) 0xf8, (byte) 0xc2, (byte) 0x0a, (byte) 0x00, (byte) 0x31, (byte) 0x03, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0x26, (byte) 0x15 };
    when(usbDevice.write((byte[]) anyObject(), anyInt())).thenReturn(7).thenReturn(12);
    when(usbDevice.read(anyInt(), anyInt())).thenReturn(response1).thenReturn(response2);
    List<CalRecord> records = readData.getRecentCalRecords();
    assertThat(records, is(MockFactory.mockCalPre505Page()));
}
Also used : CalRecord(com.nightscout.core.dexcom.records.CalRecord) ReadData(com.nightscout.core.drivers.ReadData) Test(org.junit.Test)

Example 10 with CalRecord

use of com.nightscout.core.dexcom.records.CalRecord in project android-uploader by nightscout.

the class CalRecordTest method shouldParsePre505CalRecord.

@Test
public void shouldParsePre505CalRecord() throws Exception {
    CalRecord calRecord = new CalRecord(recordPre505);
    assertThat(calRecord.getSlope(), is(813.5875452253041));
    assertThat(calRecord.getIntercept(), is(26543.54390965904));
    assertThat(calRecord.getScale(), is(1.0));
    assertThat(calRecord.getDecay(), is(1.1368778423793695));
    assertThat(calRecord.getNumRecords(), is(3));
    assertThat(calRecord.getRawDisplayTimeSeconds(), is(186285321L));
    assertThat(calRecord.getRawSystemTimeSeconds(), is(186306923L));
}
Also used : CalRecord(com.nightscout.core.dexcom.records.CalRecord) Test(org.junit.Test)

Aggregations

CalRecord (com.nightscout.core.dexcom.records.CalRecord)12 Test (org.junit.Test)8 ArrayList (java.util.ArrayList)4 CalSubrecord (com.nightscout.core.dexcom.records.CalSubrecord)2 EGVRecord (com.nightscout.core.dexcom.records.EGVRecord)2 MeterRecord (com.nightscout.core.dexcom.records.MeterRecord)2 SensorRecord (com.nightscout.core.dexcom.records.SensorRecord)2 ReadData (com.nightscout.core.drivers.ReadData)2 InvalidRecordLengthException (com.nightscout.core.dexcom.InvalidRecordLengthException)1 PageHeader (com.nightscout.core.dexcom.records.PageHeader)1 CalibrationEntry (com.nightscout.core.model.CalibrationEntry)1 DownloadResults (com.nightscout.core.model.DownloadResults)1 DownloadStatus (com.nightscout.core.model.DownloadStatus)1 G4Download (com.nightscout.core.model.G4Download)1 MeterEntry (com.nightscout.core.model.MeterEntry)1 SensorEntry (com.nightscout.core.model.SensorEntry)1 SensorGlucoseValueEntry (com.nightscout.core.model.SensorGlucoseValueEntry)1 IOException (java.io.IOException)1 Date (java.util.Date)1 JSONArray (org.json.JSONArray)1