
public static class BladeSetDrvr.Hall extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
count
The number of Hall transitions that took place during the move.
|
BladeSetDrvr.HallItem[] |
data
All the HallItems collected so far.
|
long |
startTime
The movement start time in nanoseconds (System.nanoTime()).
|
int |
state
The current state of all the switches, one bit each.
|
public long startTime
public int count
public int state
public BladeSetDrvr.HallItem[] data
Copyright © 2016 LSST. All rights reserved.