|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StationHardwareData | |
cz.zcu.fav.kiv.jsimcasestudies.watersystem.model | This package contains classes simulating the outer environment, such as water coming to the sources, water consumption, etc. |
Uses of StationHardwareData in cz.zcu.fav.kiv.jsimcasestudies.watersystem.model |
Fields in cz.zcu.fav.kiv.jsimcasestudies.watersystem.model declared as StationHardwareData | |
private StationHardwareData |
WaterConsumptionProcess.hw
Information produced by hardware sensors. |
private StationHardwareData |
StationProcess.hw
Information produced by hardware sensors. |
private StationHardwareData |
ModelInterface.stationData
Sensor data of the main tank. |
Constructors in cz.zcu.fav.kiv.jsimcasestudies.watersystem.model with parameters of type StationHardwareData | |
WaterConsumptionProcess(cz.zcu.fav.kiv.jsim.JSimSimulation simulation,
StationHardwareData hw,
Station station,
double basePeriod)
Constructs a new process simulating changes of the output flow from the main tank. |
|
StationProcess(cz.zcu.fav.kiv.jsim.JSimSimulation simulation,
StationHardwareData hw,
Station station,
InterruptController ic,
double basePeriod)
Constructs a new process simulating water changes in the main tank. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |