public class Event
extends java.lang.Object
Constructor and Description |
---|
Event() |
Modifier and Type | Method and Description |
---|---|
boolean |
CEIDExists(CEID theEvent) |
int |
defineReport(RPTID theRPTID,
SecsFormat00 theVIDs)
This will return true if the SecsFormat00 only contains VID's (the only value SecsFormat00)
|
int |
defineReport(RPTID theRPTID,
VID[] theVIDs) |
int |
defineReport(S2F33 msg)
This is designed to take the format from a S2F33 message directly.
|
boolean |
disableCEID(CEID theEvent) |
int |
enable_disableCEID(S2F37 msg) |
boolean |
enableCEID(CEID theEvent) |
static S2F14 |
getECs(int session,
S2F13 msg) |
DATAID |
getNextDataId() |
S1F4 |
getSVs(S1F3 msg) |
V |
getV(int sessionId,
VID theVID) |
int |
linkEvent(CEID theEvent,
RPTID theReport) |
int |
linkEvent(S2F35 msg)
This is expecting a SecsFormat00 with a DATAID and a SecsFormat of SecsFormat00's that containing two elements, the first element
is a CEID and the second is is another SecsFormat00 full of only RPTID's.
|
void |
registerCEID(CEID theEvent) |
void |
registerCEID(java.lang.String theEvent) |
static ECV |
registerECID(int session,
ECID theId,
ECV theECV) |
SV |
registerSVID(SVID theSVID,
SV theSV)
This will register a SV with a SVID.
|
V |
registerVID(int sessionId,
VID theVID,
V theV)
This will register a V with a VID.
|
static byte |
setECs(int session,
S2F15 msg) |
void |
setSessionManager(SessionManager newPort) |
boolean |
VIDExists(VID theVID) |
public boolean CEIDExists(CEID theEvent)
public int defineReport(RPTID theRPTID, SecsFormat00 theVIDs)
public int defineReport(S2F33 msg)
public boolean disableCEID(CEID theEvent)
public int enable_disableCEID(S2F37 msg)
public boolean enableCEID(CEID theEvent)
public static S2F14 getECs(int session, S2F13 msg) throws SecsException
SecsException
public DATAID getNextDataId()
public S1F4 getSVs(S1F3 msg) throws SecsException
SecsException
public int linkEvent(CEID theEvent, RPTID theReport)
public int linkEvent(S2F35 msg)
public void registerCEID(CEID theEvent)
public void registerCEID(java.lang.String theEvent)
public SV registerSVID(SVID theSVID, SV theSV)
public V registerVID(int sessionId, VID theVID, V theV)
public static byte setECs(int session, S2F15 msg) throws SecsException
SecsException
public void setSessionManager(SessionManager newPort)
public boolean VIDExists(VID theVID)
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.