- getAddress() - Method in class cockpit.database.Sensor
-
Gets the address of the sensor
- getByteLength() - Method in class cockpit.database.Sensor
-
Gets the byte length of the sensor
- getCalibValue() - Method in class cockpit.database.Sensor
-
Gets the calibrated value of the Sensor
- getCorrection() - Method in class cockpit.database.Sensor
-
Gets the correction factor of the sensor
- getCurrentView() - Method in class GUI.SCADACockpit
-
Returns the index of the currently selected view
- getCurrentView() - Method in class GUI.SCADAViewer
-
This method returns the index of the current view
- getCurrentView() - Method in interface GUI.Viewer
-
- getCustomMapping() - Method in class cockpit.database.SCADASystem
-
This method returns the mapping of the sensors for use in other applications, effectively the same as getMap
however this method returns tag based instead of backend ID based.
- getDescription() - Method in class cockpit.database.Sensor
-
Gets the description of the sensor
- getEquations() - Method in class cockpit.database.DBHandler
-
This method returns all of the equations/destinations from the DB.
- getEquations() - Method in class cockpit.database.SCADASystem
-
This method returns all of the equations found in the DB
- getID() - Method in class cockpit.database.Sensor
-
Returns the ID of the sensor
- getIDDescUnitsTag(String[]) - Method in class cockpit.database.DBHandler
-
This method returns imformation on tags that have previously been entered into the DB.
- getIDs() - Method in class cockpit.database.DBHandler
-
This method gets a list of all ID's in the DB
- getInfo(String, String, String, String) - Method in class cockpit.database.DBHandler
-
This method will return information from a date range (or all if you don't specify a start/end time.
- getLatestData(int) - Method in class cockpit.database.DBHandler
-
This method will return the most recent data put into the DB.
- getMap() - Method in class cockpit.database.SCADASystem
-
This method returns the mapping of the sensors for use in other applications
- getOffset() - Method in class cockpit.database.Sensor
-
Gets the offset of the sensor
- getPane() - Method in class GUI.CustomView
-
This method returns the panel that the view was drawn on
- getPane() - Method in class GUI.MaintenanceView
-
This method returns the panel that the view was drawn on
- getPane() - Method in class GUI.QueryView
-
This method returns the panel that the view was drawn on
- getPanel() - Method in class GUI.ConfigurationView
-
This method returns the panel that the view was put on
- getPanel() - Method in class GUI.CoulView
-
This method returns the panel which the view was put on
- getPanel() - Method in class GUI.DynoView
-
This method returns the panel that the view was drawn on
- getPanel() - Method in class GUI.EquationView
-
This method returns the panel that the view was drawn on
- getPanel() - Method in class GUI.GraphView
-
This method returns the panel that the view was drawn on
- getSensorcharacterization() - Method in class cockpit.database.DBHandler
-
This method returns all information from the SensorLabels table.
- getSensorInfo() - Method in class cockpit.database.DBHandler
-
This function gets all information from the SensorLabels table.
- getStore() - Method in class cockpit.database.Sensor
-
Gets the storage state of the sensor
- getSystem() - Method in class cockpit.database.Sensor
-
Gets the system of the sensor
- getTag() - Method in class cockpit.database.Sensor
-
Gets the Sensor Tag
- getUnits() - Method in class cockpit.database.Sensor
-
Gets the units of the sensor
- GraphView - Class in GUI
-
Graph View
- GraphView() - Constructor for class GUI.GraphView
-
This creates a new GraphView.
- GUI - package GUI
-
This is where all information relevant to the GUI can be found