public interface SimuFilterIDPlutoGatewayInterface
| Modifier and Type | Method and Description |
|---|---|
List<DigitalSensor> |
getFilterIDSensors() |
void |
replaceSensorValue(DigitalSensor sensor,
boolean on) |
default void |
simulateFilterID(int decimal)
Simulates that filterID value in decimal format is the value given as argument.
|
List<DigitalSensor> getFilterIDSensors()
@Command(type=ACTION,
level=1,
description="Simulates that filterID value in decimal format is the value given as argument")
default void simulateFilterID(int decimal)
decimal - void replaceSensorValue(DigitalSensor sensor, boolean on)
Copyright © 2018 LSST. All rights reserved.