Package | Description |
---|---|
com.ergotech.secs | |
com.ergotech.secs.gem | |
com.ergotech.transsecs.secs | |
com.ergotech.transsecs.secs.host |
Modifier and Type | Method and Description |
---|---|
static SecsFormat |
JSONEncodeDecode.currentValue(GemHostModel.GemValueVariable vidValue)
Return a valid SecsFormat representing the value in the provided value object.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
JSONEncodeDecode.traceToJSON(GemHostModel.GemTraceVariable traceVariable,
java.util.List<GemHostModel.GemValueVariable> vidValues,
java.lang.String timeStamp)
Encode a trace to a JSON Object.
|
Modifier and Type | Method and Description |
---|---|
GemHostModel.GemValueVariable |
GemHostModel.addVID(java.lang.String name,
long id,
int vidType,
int valueType)
Add a variable.
|
GemHostModel.GemValueVariable |
GemHostModel.getVID(long vid)
Return a variable associated with the provided vid, or null if the vid is unknown.
|
GemHostModel.GemValueVariable |
GemHostModel.getVID(java.lang.String vidName)
Return a variable associated with the provided vid public String toString() {
String retString = "GEM Host Model VIDs:" + getVids().size() + " CEIDs:"+ getCeids().size() + " RPTIDs:" + getRptids().size() + " ALIDs:" + getAlids().size();
return retString;
}
Name, or null if the vid is unknown.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GemHostModel.GemValueVariable> |
GemHostModel.getVids() |
Modifier and Type | Method and Description |
---|---|
void |
TransSecsGEMController.updateVidListeners(GemHostModel.GemValueVariable vidValue)
Update all Vid listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
TransSecsGEMController.updateTraceListeners(GemHostModel.GemTraceVariable trid,
java.util.List<GemHostModel.GemValueVariable> values)
Update all trace listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
GemHostDevicesModel.GemDevicesValueVariable |
Modifier and Type | Method and Description |
---|---|
java.util.List<GemHostModel.GemValueVariable> |
ReportValues.getVidList() |
java.util.List<GemHostModel.GemValueVariable> |
ReportValues.getVidValues() |
java.util.List<GemHostModel.GemValueVariable> |
SelectedEquipmentStatusData.getVidValues() |
Modifier and Type | Method and Description |
---|---|
void |
VidListener.vidUpdated(GemHostModel.GemValueVariable value) |
Modifier and Type | Method and Description |
---|---|
void |
TraceListener.traceReceived(GemHostModel.GemTraceVariable trid,
java.util.List<GemHostModel.GemValueVariable> values) |
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.