@Test public void testGetConfig() throws IOException, AccessException, InterruptedException { ce.init(); System.out.println(ce.getIntervalLength()); System.out.println(ce.getFloatPointKoef()); }
@Test public void testInit() throws IOException, AccessException, InterruptedException { System.out.println(HEXUtils.toString(ce.init())); }