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