![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|


Public Member Functions | |
| PressureDataPoint (Date date, Float value) | |
| Float | getValue () |
| Date | getDate () |
Public Member Functions inherited from kernel.views.variables.Variable< Float > | |
| Date | getDate () |
| T | getValue () |
Contains a standalone implementation of the Pressure variable
Definition at line 10 of file PressureDataPoint.java.
| kernel.models.variables.PressureDataPoint.PressureDataPoint | ( | Date | date, |
| Float | value | ||
| ) |
| date | The date at which the pressure was measured |
| value | The value of the pressure |
Definition at line 25 of file PressureDataPoint.java.
| Date kernel.models.variables.PressureDataPoint.getDate | ( | ) |
Definition at line 42 of file PressureDataPoint.java.
| Float kernel.models.variables.PressureDataPoint.getValue | ( | ) |
Definition at line 34 of file PressureDataPoint.java.
| Git Repo |