Package | Description |
---|---|
com.ergotech.transsecs.secs | |
com.ergotech.transsecs.secs.characterization | |
com.ergotech.transsecs.secs.host | |
TransSECS |
Modifier and Type | Class and Description |
---|---|
class |
VIBInMessageBean |
class |
VIBInOutMessageBean |
class |
VIBOutMessageBean |
Modifier and Type | Field and Description |
---|---|
VIBMessageBean |
TransSecsController.lastProcessed
The last message that was processed.
|
Modifier and Type | Field and Description |
---|---|
static java.util.HashMap<VIBMessageBean,com.ergotech.transsecs.secs.InstanceStorage> |
TransSecsController.allInstances
The hashtable of instances.
|
Modifier and Type | Method and Description |
---|---|
<T extends VIBMessageBean> |
TransSecsController.getMessageBean(java.lang.String name) |
<T extends VIBMessageBean> |
TransSecsGEMController.getMessageBean(java.lang.String name,
java.lang.Class<? extends VIBMessageBean> clazz)
Find a message bean that is a particualar class.
|
<T extends VIBMessageBean> |
VIBMessageBean.sendMessageAndWait()
Sends the message and waits for the response.
|
<T extends VIBMessageBean> |
VIBMessageBean.sendMessageAndWait(int deviceId)
Sends the message and waits for the response.
|
Modifier and Type | Method and Description |
---|---|
VIBMessageBean |
TransSecsController.getMatchingPrimary(SecsMsg msg)
Returns the VIBMessageBean matching the system bytes of the provided SecsMsg
or null if there is no matching message.
|
VIBMessageBean |
TransSecsController.getMatchingResponse(SecsMsg msg)
Returns VIBMessageBean that represents the response to the SecsMsg provided
or null if no response can be found.
|
static VIBMessageBean |
VIBMessageBean.getResponse(java.lang.String messageName)
Returns the response message by string
|
VIBMessageBean |
VIBMessageBean.getResponseMessage()
Sets the response message by string.
|
VIBMessageBean |
TransSecsController.newInstance(java.lang.String className)
Returns a new instance of a class with the given name in the class package of
this controller.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VIBMessageBean> |
TransSecsController.getAllMessages()
Returns a list of all messages
|
java.util.List<VIBMessageBean> |
TransSecsController.getAutoResponseMessages()
Returns a list of messages to which we are expected to automatically respond.
|
java.util.Map<java.lang.Integer,VIBMessageBean> |
TransSecsController.getUnhandledPrimaries() |
Modifier and Type | Method and Description |
---|---|
void |
MessageNotifier.messageReceived(int status,
VIBMessageBean message)
Called on a recieved message.
|
void |
TransSecsController.registerEventComponents(VIBMessageBean source)
This will register all the RPTIDs and VID associated with a report message.
|
static void |
TransSecsController.registerInstance(VIBMessageBean messageBean)
Register an instance of a VIBMessageBean.
|
boolean |
TransSecsController.sendResponse(VIBMessageBean msg,
SecsMsg incoming)
/** This method will send a response to a received message.
|
static void |
VIBMessageBean.setResponse(java.lang.String messageName,
VIBMessageBean message)
Sets the response message by string
|
static void |
TransSecsController.unregisterInstance(VIBMessageBean messageBean)
Unregister an instance of a VIBMessageBean.
|
Modifier and Type | Method and Description |
---|---|
<T extends VIBMessageBean> |
TransSecsGEMController.getMessageBean(java.lang.String name,
java.lang.Class<? extends VIBMessageBean> clazz)
Find a message bean that is a particualar class.
|
Modifier and Type | Class and Description |
---|---|
class |
ALIDListRequest
Request an annotated list of ALIDs
|
class |
ALIDListResponse |
class |
AllALIDListResponse |
class |
CEIDListRequest
Request an annotated list of CEIDs
|
class |
CEIDListResponse |
class |
CEIDReportsRequest
Request an annotated event including all the reports and values associated with the CEID.
|
class |
CEIDReportsResponse
This class must exist in case an S1F4 is not defined elsewhere, but this may not be the response to an CEIDReportsRequest
if another S1F4 is defined.
|
class |
DVIDListRequest
Request an annotated list of DVIDs
|
class |
DVIDListResponse |
class |
ECIDListRequest
Request an annotated list of ECIDs
|
class |
ECIDListResponse |
class |
ECIDValueRequest
Request an annotated list of ECIDs
|
class |
ECIDValueResponse
This class must exist in case an S1F4 is not defined elsewhere, but this may not be the response to an ECIDValueRequest
if another S1F4 is defined.
|
class |
EnabledAlarmsListRequest
Request an annotated list of ALIDs
|
class |
EnabledAlarmsListResponse |
class |
EnableDisableEvents
Enable all the event reports
|
class |
EnableEventsResponse |
class |
EventReportRequest
Request an event report from the tool.
|
class |
SVIDListRequest
Request an annotated list of SVIDs
|
class |
SVIDListResponse |
class |
SVIDValueRequest
Request an annotated list of SVIDs
|
class |
SVIDValueResponse
This class must exist in case an S1F4 is not defined elsewhere, but this may not be the response to an SVIDValueRequest
if another S1F4 is defined.
|
Modifier and Type | Class and Description |
---|---|
class |
Alarm |
class |
AlarmAck
Standard Reply for an alarm received
|
class |
AlarmEnableAck
Standard Reply for an alarm received
|
class |
AreYouThereFromHost |
class |
AreYouThereFromTool |
class |
AreYouThereResponseFromHost |
class |
AreYouThereResponseFromTool |
class |
CreateReports
Define a report with this RPID and list of SVIDs
|
class |
CreateReportsResponse |
class |
DeleteReport
requestes tool to delete a report definitions
|
class |
DeleteReports
requestes too to delete all report definitions
|
class |
DisableEvents
Enable all the event reports
|
class |
DisableSpooling |
class |
EnableAlarm
Enables a Specific Alarm
|
class |
EnableAllAlarms
Enables all Alarms
|
class |
EnableAllEvents
Enable all the event reports
|
class |
EnableEvents
Enable all the event reports
|
class |
EquipmentConstantData |
class |
EstablishCommunications
Send this message first to connect to a GEM tool
|
class |
EstablishCommunicationsFromTool |
class |
EstablishCommunicationsResponse
This is the response from the GEM tool
|
class |
EstablishCommunicationsResponseToTool |
class |
EventMessage
The format of the S6F11 message is identical to the S6F16.
|
class |
EventMessageACK
Are you there message
|
class |
EventMessageDecoder |
class |
EventMinimumMessage |
class |
EventReportData
This is the response from the GEM tool.
|
class |
IndividualReportData |
class |
InvalidDeviceId |
class |
LinkReports
Link a rpid to a ceid
|
class |
LinkReportsResponse |
class |
MultiblockGrant
Are you there message
|
class |
MultiblockRequest |
class |
OnlineAck
ACK from Tool
|
class |
RequestOnline
Request GEM Tool Go On-Line
|
class |
SelectedEquipmentStatusData |
class |
SendS1F3Poll
Enable all the event reports
|
class |
SpoolDataRequest |
class |
Stream9 |
class |
TraceData |
class |
TraceDataACK
Are you there message
|
class |
TraceInitializationSend
Enable all the event reports
|
class |
UnlinkReports
Unlink all reports from a ceid
|
Modifier and Type | Method and Description |
---|---|
VIBMessageBean |
Alarm.getResponseMessage() |
VIBMessageBean |
AreYouThereFromTool.getResponseMessage() |
VIBMessageBean |
EstablishCommunicationsFromTool.getResponseMessage() |
VIBMessageBean |
EventMessage.getResponseMessage() |
VIBMessageBean |
EventMinimumMessage.getResponseMessage() |
VIBMessageBean |
MultiblockRequest.getResponseMessage() |
VIBMessageBean |
SendS1F3Poll.getResponseMessage() |
VIBMessageBean |
TraceData.getResponseMessage() |
Modifier and Type | Field and Description |
---|---|
VIBMessageBean |
MessageNotifierEventArgs.Message
The primary message.
|
Modifier and Type | Method and Description |
---|---|
VIBMessageBean |
MessageNotifierEventArgs.get_Message() |
VIBMessageBean |
GemIDConnection.getMessage(java.lang.String messageName)
Returns a message that can be sent from the interface.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageReceiveNotifier.messageReceived(int status,
VIBMessageBean message)
MessageNotifier interface
|
void |
MessageNotifierEventArgs.set_Messages(VIBMessageBean Message) |
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.