public abstract class PlutoGateway extends CanOpenDevice implements PlutoGatewayInterface
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
readValues |
protected Map<String,SensorPluggedOnDevice> |
sensorsMap
map of DigitalSensors attached to this gateway.
|
booted, dataProviderDictionaryService, errorHistory, errorRegister, inError, initialized, lastErrorCode, lastErrorName, name, nodeID, path, serialNB, subs, tcpProxyFCSLOGalertSeparator| Constructor and Description |
|---|
PlutoGateway() |
| Modifier and Type | Method and Description |
|---|---|
void |
build() |
StatusDataPublishedByPlutoGateway |
createStatusDataPublishedByPlutoGatewayModule()
Create an object with status data to be published on the status bus.
|
void |
init() |
List<String> |
listMySensorsNames()
For GUI
|
void |
publishData()
Publish Data on status bus for trending data base and GUIs.
|
String |
toString() |
void |
updateValues()
Read new readValues on the device plutoGateway and updates field readValues.
|
configAsHeartbeatConsumer, configAsHeartbeatProducer, createStatusDataPublishedByCanOpenDevice, displayError, displayErrorHistory, displayErrorRegister, doInitializePDOs, getAlertService, getErrorHistory, getErrorHistoryNB, getErrorRegister, getLastErrorCode, getLastErrorName, getName, getNodeID, getPath, getSerialNB, getSubsystem, getTcpProxy, initializeAndCheckHardware, isBooted, isInError, isInitialized, onEmergencyMessage, printSerialNumber, readDeviceType, readErrorRegister, readNumberOfErrors, readSDO, resetError, saveParameters, setBooted, updateDeviceInfo, updateErrorHistory, updateFromPDO, writeSDO, writeTransmissionTypeToDeviceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, readNewValuescheckBooted, checkId, checkInitialized, createStatusDataPublishedByHardware, doInitializePDOs, getNodeID, getPath, getSerialNB, initializeAndCheckHardware, initializePDOs, isBooted, isInitialized, printState, raiseAlarmIfMissing, raiseWarningIfMissing, readDeviceType, setBooted, updateDeviceInfo, updateFromPDOonEmergencyMessage, onFault, onFaultResetclearAlarm, getAlertSeparator, getAlertService, getSubsystem, raiseAlarm, raiseAlarm, raiseAlarm, raiseAlarm, raiseAlarmOnlyIfNew, raiseAlertOnlyEveryTenMinutes, raiseAlertOnlyEveryTenMinutes, raiseAlertOnlyIfNew, raiseWarning, raiseWarning, raiseWarning, raiseWarning, raiseWarningOnlyEveryTenMinutes, raiseWarningOnlyIfNewprotected int[] readValues
@LookupField(strategy=TREE) protected Map<String,SensorPluggedOnDevice> sensorsMap
public void build()
build in interface org.lsst.ccs.framework.HasLifecyclebuild in class CanOpenDevicepublic void init()
init in interface org.lsst.ccs.framework.HasLifecycleinit in class CanOpenDevicepublic List<String> listMySensorsNames()
public void updateValues()
updateValues in interface PlutoGatewayInterface@Command(type=QUERY,
level=1,
description="Return the string representation of PlutoGateway")
public String toString()
toString in class CanOpenDevicepublic StatusDataPublishedByPlutoGateway createStatusDataPublishedByPlutoGatewayModule()
public void publishData()
CanOpenDevicepublishData in interface PieceOfHardwarepublishData in class CanOpenDeviceCopyright © 2024 LSST. All rights reserved.