Exemplo n.º 1
0
 private void uberinit() {
   UberParam = new ArrayList<>();
   UberParam.add(new Itemparam("Name", "", "CPI02"));
   UberParam.add(new Itemparam("milliseconds", "Correction code (ms)", ""));
   UberParam.add(new Itemparam("ind", "Negative\\Positive", ""));
   UberParam.add(new Itemparam("FieldAmount", "", "2"));
   UberParam.add(new Itemparam("ComAmount", "", "1"));
 }
Exemplo n.º 2
0
 private void uberinit() {
   UberParam = new ArrayList<>();
   UberParam.add(new Itemparam("Name", "", "CPI35"));
   UberParam.add(new Itemparam("dest", "Destination address", "82"));
   UberParam.add(new Itemparam("address", "Address", "0x2304000"));
   UberParam.add(new Itemparam("buffer", "File Path", ""));
   UberParam.add(new Itemparam("FieldAmount", "", "3"));
   UberParam.add(new Itemparam("ComAmount", "", "1"));
 }