|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InterruptEntryInterface | |
| cz.zcu.fav.kiv.jsimcasestudies.watersystem | This package is intended to build up and run the joint simulation of the application and model part. |
| cz.zcu.fav.kiv.jsimcasestudies.watersystem.application | |
| 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 InterruptEntryInterface in cz.zcu.fav.kiv.jsimcasestudies.watersystem |
| Methods in cz.zcu.fav.kiv.jsimcasestudies.watersystem with parameters of type InterruptEntryInterface | |
void |
InterruptControllerInterface.bindInterrupt(int level,
InterruptEntryInterface ie)
Binds the address of an interrupt service routine to a level of interrupt. |
| Uses of InterruptEntryInterface in cz.zcu.fav.kiv.jsimcasestudies.watersystem.application |
| Classes in cz.zcu.fav.kiv.jsimcasestudies.watersystem.application that implement InterruptEntryInterface | |
(package private) class |
InterruptEntry
An implementation of interrupt entry object. |
| Uses of InterruptEntryInterface in cz.zcu.fav.kiv.jsimcasestudies.watersystem.model |
| Fields in cz.zcu.fav.kiv.jsimcasestudies.watersystem.model declared as InterruptEntryInterface | |
(package private) InterruptEntryInterface[] |
InterruptController.iEVector
|
| Methods in cz.zcu.fav.kiv.jsimcasestudies.watersystem.model with parameters of type InterruptEntryInterface | |
void |
InterruptController.bindInterrupt(int level,
InterruptEntryInterface ie)
Binds the address of an interrupt service routine to a level of interrupt. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||