Example #1
0
 /**
  * @param aTime
  * @param aEventType
  */
 public void reportError(
     final ErrorType aType, final int aChannelIdx, final int aSampleIdx, final int aEventType) {
   final int idx = size();
   this.detectedErrors++;
   addData(new UARTData(idx, aChannelIdx, aSampleIdx, aType.name(), aEventType));
 }