public static interface WattsUp.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
processData(float[] data)
Processes logged data
|
void |
setClosed()
Handles error-induced device closure
|
void |
setPowered(boolean on)
Handles power on/off transitions
|
void processData(float[] data)
data - An 18-element float array containing the data.void setPowered(boolean on)
on - Whether the power is onvoid setClosed()
Copyright © 2014 LSST. All Rights Reserved.