edu.wpi.first.wpilibj
Class AccumulatorResult

java.lang.Object
  extended by edu.wpi.first.wpilibj.AccumulatorResult

public class AccumulatorResult
extends java.lang.Object

Structure for holding the values stored in an accumulator

Author:
brad

Field Summary
 long count
          The number of sample vaule was accumulated over
 long value
          The total value accumulated
 
Constructor Summary
AccumulatorResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public long value
The total value accumulated


count

public long count
The number of sample vaule was accumulated over

Constructor Detail

AccumulatorResult

public AccumulatorResult()