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 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.GemTraceVariable |
GemHostModel.addS1F3Poll(java.lang.String traceName,
long pollId,
java.util.List<java.lang.Long> vids,
long startCeid,
long endCeid,
int totalSamples,
double sampleInterval)
Add a S1F3 Poll variable.
|
GemHostModel.GemTraceVariable |
GemHostModel.addTRID(java.lang.String traceName,
long trid,
java.util.List<java.lang.Long> vids,
long startCeid,
long endCeid,
int totalSamples,
double sampleInterval)
Add a trace variable.
|
GemHostModel.GemTraceVariable |
GemHostModel.getremoveS1F3Poll(long trid)
Return a variable associated with the provided trid, or null if the poll is unknown.
|
GemHostModel.GemTraceVariable |
GemHostModel.getremoveS1F3Poll(java.lang.String tridName)
Return a variable associated with the provided tridName, or null if the poll is unknown.
|
GemHostModel.GemTraceVariable |
GemHostModel.getTRID(long trid)
Return a variable associated with the provided trid, or null if the trid is unknown.
|
GemHostModel.GemTraceVariable |
GemHostModel.getTRID(java.lang.String tridName)
Return a variable associated with the provided tridName, or null if the trid is unknown.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GemHostModel.GemTraceVariable> |
GemHostModel.getS1F3Polls() |
java.util.List<GemHostModel.GemTraceVariable> |
GemHostModel.getTrids() |
Modifier and Type | Method and Description |
---|---|
void |
TransSecsGEMController.startPoll(GemHostModel.GemTraceVariable traceVariable)
Start polling a trace variable for a specific number of samples
|
void |
TransSecsGEMController.stopPoll(GemHostModel.GemTraceVariable traceVariable)
Stop polling a trace variable manually
|
void |
TransSecsGEMController.updateTraceListeners(GemHostModel.GemTraceVariable trid,
java.util.List<GemHostModel.GemValueVariable> values)
Update all trace listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
GemHostDevicesModel.GemDevicesTraceVariable |
Modifier and Type | Method and Description |
---|---|
GemHostModel.GemTraceVariable |
SendS1F3Poll.getGemTraceVariable() |
GemHostModel.GemTraceVariable |
TraceInitializationSend.getGemTraceVariable() |
Modifier and Type | Method and Description |
---|---|
void |
SendS1F3Poll.setGemTraceVariable(GemHostModel.GemTraceVariable gemTraceVariable) |
void |
TraceInitializationSend.setGemTraceVariable(GemHostModel.GemTraceVariable gemTraceVariable) |
void |
TraceListener.traceReceived(GemHostModel.GemTraceVariable trid,
java.util.List<GemHostModel.GemValueVariable> values) |
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.