| Class | Description |
|---|---|
| AbstractAlarmUtilities | |
| AbstractAlertUtilities | |
| AbstractDBUtilities | |
| AbstractNetUtilities | |
| AbstractNetUtilities.TrustAllX509TrustManager | |
| AbstractOPCUtilities | |
| AbstractOPCUtilities.PyOPCTag | |
| AbstractTagUtilities | |
| AbstractUserUtilities | |
| ComposedRequest | |
| DatasetUtilities | |
| DatasetUtilities.PyDataSet | |
| DateUtilities |
Date and time functions for use in scripting, to make dealing with java.util.Date objects less painful
from python.
|
| FileUtilities |
These are all of the file functions that are SR-global - FPMI adds some more that are
gui-specific.
|
| MathUtilities | |
| PyArgumentMap | |
| PythonSendRequestResult |
Indicates that the data in SendRequestResult is actually a stringified PyObject.
|
| SendRequestResult |
This is the transport object used to communicate results for system.util.sendRequest between the gateway and the
client, and across the gateway network.
|
| SProcCall | |
| SProcCall.SProcArg | |
| SProcCall.SProcArgKey | |
| SystemUtilities | |
| SystemUtilities.RequestImpl |
This is the base implementation of the "Result" object of system.util.sendRequestAsync.
|
| Annotation Type | Description |
|---|---|
| KeywordArgs |
Use this annotation for @PythonBuiltinLib functions that use python's variable and keyword style function invocation.
|
| PythonBuiltinLib |
A Marker interface that should be put on classes that are going to be added to the ScriptManager to provide global
scripting to the system.
|