Package | Description |
---|---|
com.ergotech.secs.gem |
Modifier and Type | Field and Description |
---|---|
java.util.Vector<GemCEID> |
GemHandler.ceids
The Vector of CEID servers.
|
Modifier and Type | Method and Description |
---|---|
GemCEID |
GemVID.getCEID()
Returns the CEID associated with vid monitoring.
|
GemCEID |
GemALID.getClearCEID()
Returns the CEID to send when the alarm is cleared.
|
GemCEID |
GemALID.getSetCEID()
Returns the CEID to send when the alarm is set.
|
GemCEID |
GemHandler.registerCEID(SecsFormat3x5x ceid)
ceid registration.
|
GemCEID |
GemEquipmentInterface.registerCEID(SecsFormat3x5x CEID,
java.lang.String ceidName,
java.util.List<SecsFormat> dvids)
CEID registration.
|
GemCEID |
GemHandler.registerCEID(SecsFormat3x5x ceid,
java.lang.String name,
java.util.List<SecsFormat> dvids)
CEID registration.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GemCEID> |
GemHandler.getAllCEIDs()
Returns the ceids
|
Modifier and Type | Method and Description |
---|---|
SecsMsg |
GemHandler.generateReport(GemCEID ceid,
ValueObjectInterface valueObject)
This will be called by the report when it wants to send a specific report.
|
SecsMsg |
ReportWriter.generateReport(GemCEID ceid,
ValueObjectInterface theValue) |
SecsMsg |
GemHandler.generateReport(GemCEID ceid,
ValueObjectInterface valueObject,
int function,
SecsMsg incoming)
This will be called by the report when it wants to send a specific report.
|
SecsMsg |
GemHandler.generateReport(GemCEID ceid,
ValueObjectInterface valueObject,
int function,
SecsMsg incoming,
boolean send)
This will be called by the report when it wants to send a specific report.
|
void |
GemVID.setCEID(GemCEID newValue)
Sets the CEID associated with vid monitoring.
|
void |
GemALID.setClearCEID(GemCEID newValue)
Sets the alarm to set when the alarm is cleared.
|
void |
GemALID.setSetCEID(GemCEID newValue)
Sets the CEID to send when the alarm is set.
|
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.