GNSS
Principle
The GNSS module defines a low-level GNSS framework for embedded devices. It allows you to manage the underlying GNSS engine and retrieve data such as the longitude, latitude, velocity and time.
Functional Description
The MicroEJ Application manages the GNSS engine using GnssManager abstraction. The GNSS implementation made for each MicroEJ VEE Port is responsible for surfacing the native GNSS specific behavior.
GNSS Mock
GNSS values on simulator can be controlled through an UI that can be activated and deactivated with the property : com.is2t.gnss.embedded.mock.ui
.
Dependencies
LLGNSS_impl.h
implementations (see LLGNSS: GNSS).
Installation
GNSS is an additional module. The GNSS Pack module must be installed in your VEE Port:
microejPack("com.microej.pack.gnss:gnss-pack:2.0.0")
Use
See MicroAI API chapter in Application Developer Guide.