public IVL_INT() {
     this.highField = new INT();
     this.lowField = new INT();
 }
 public PIVL_TS() {
     this.countField = new INT();
     this.frequencyField = new RTO();
     this.periodField = new PQ();
     this.phaseField = new IVL_TS();
 }