- SCADACockpit - Class in GUI
-
SCADA Cockpit
- SCADACockpit() - Constructor for class GUI.SCADACockpit
-
This constructor creates a new SCADA System and launches a server
- SCADASystem - Class in cockpit.database
-
SCADA Class
- SCADASystem(DBHandler, boolean) - Constructor for class cockpit.database.SCADASystem
-
The constructor will create a new instance of a SCADASystem
- SCADAViewer - Class in GUI
-
SCADA Viewer
- SCADAViewer() - Constructor for class GUI.SCADAViewer
-
This constructor creates a new SCADAViewer for use as a desktop application.
- send(String) - Method in class server.Client
-
- sendGet(String) - Method in class server.HTTPRequest
-
- Sensor - Class in cockpit.database
-
Sensor
- Sensor(int, String, int, int, int, String, String, String, int, Double) - Constructor for class cockpit.database.Sensor
-
Creates a new Sensor
- server - package server
-
This is where all information relevant to the server can be found
- setAddress(int) - Method in class cockpit.database.Sensor
-
Sets the address of the sensor
- setByteLength(int) - Method in class cockpit.database.Sensor
-
Sets the byte length of the sensor
- setCalibValue(String) - Method in class cockpit.database.Sensor
-
Sets the calibrated value of the Sensor
- setCorrection(Double) - Method in class cockpit.database.Sensor
-
Sets the correction factor of the sensor
- setDescription(String) - Method in class cockpit.database.Sensor
-
Sets the description of the sensor
- setID(int) - Method in class cockpit.database.Sensor
-
Sets the ID of the sensor
- setOffset(int) - Method in class cockpit.database.Sensor
-
Sets the offset of the sensor
- setStore(Boolean) - Method in class cockpit.database.Sensor
-
Sets whether or not to store the sensor data
- setSystem(String) - Method in class cockpit.database.Sensor
-
Sets the system of the sensor
- setTag(String) - Method in class cockpit.database.Sensor
-
Sets the sensor tag
- setUnits(String) - Method in class cockpit.database.Sensor
-
Sets the units of the sensor
- SparkServer - Class in server
-
- SparkServer(DBHandler, SCADASystem) - Constructor for class server.SparkServer
-
Initializes the Java Spark webserver on port 3000