|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.AccumulatorResult
public class AccumulatorResult
Structure for holding the values stored in an accumulator
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 |
---|
public long value
public long count
Constructor Detail |
---|
public AccumulatorResult()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |