![]() |
NDEVR
API Documentation
|
A GNSS interface provides logic for finding available GNSS devices. More...
Public Member Functions | |
| virtual Buffer< PositionSensor * > | availableGNSSDevices () const =0 |
| Returns all GNSS devices currently available through this interface. | |
| virtual PositionSensor * | getGNSSDevice (const UUID &id)=0 |
| Returns the GNSS device matching the given identifier. | |
| virtual UUID | uuid () const =0 |
| Returns the unique identifier for this GNSS interface. | |
A GNSS interface provides logic for finding available GNSS devices.
Definition at line 24 of file GNSSManager.h.
|
pure virtual |
Returns the GNSS device matching the given identifier.
| [in] | id | The UUID of the device to retrieve. |
Implemented in MainGPSManager.