EcuManager Interface Reference
Ecu Manager.
Inheritance diagram for EcuManager:

Public Member Functions | |
| Ecu | getEcu () throws EcuNotAvailableException, EcuLowLevelException |
| Gets ecu. More... | |
| void | close () |
Public Member Functions inherited from Manager | |
| String | getIp () |
| String | getName () |
| Boolean | isAlive () |
| void | subscribe (ManagerObserver observer) throws CannotSubscribeException |
| void | unSubscribe (ManagerObserver observer) throws ObserverNotSubscribedException |
Member Function Documentation
| void close | ( | ) |
Closes the ecu manager. Recommended to finish properly
| Ecu getEcu | ( | ) | throws EcuNotAvailableException, EcuLowLevelException |
- Returns
- ecu
- Exceptions
-
EcuNotAvailableException EcuLowLevelException

Public Member Functions inherited from