GnssManager Interface Reference
Gnss Manager.
Inheritance diagram for GnssManager:
Public Member Functions | |
Gnss | getGnss () throws GnssNotAvailableException, GnssLowLevelException |
Gets gnss. 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 gnss manager. Recommended to finish properly
Gnss getGnss | ( | ) | throws GnssNotAvailableException, GnssLowLevelException |
- Returns
- gnss
- Exceptions
-
GnssNotAvailableException GnssLowLevelException