Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: n3xx: Factor out GPSd Iface functions | Brent Stapleton | 2018-07-06 | 1 | -1/+107 |
| | | | | | | | | | | | | | | - Refactoring GPSd interface to be instead wrapped by a GPSDIfaceExtension class. This class will faciliate "extending" an object, allowing that object to call the GPSDIfaceExtension methods as their own. - New MPM devices (or whatever else) can now use the GPSDIfaceExtension class instead of writing their own GPSDIface handling functions. - N3XX now instantiates a GPSDIfaceExtension object, and extends itself. This means that an n3xx object can call the `get_gps_time` method as its own, for example. - N3XX must get through initialization in order for the GPSd methods to be registered. | ||||
* | mpm: Update all license headers | Martin Braun | 2018-02-19 | 1 | -2/+2 |
| | | | | | - Fix typo in company name (missing 'a') - Updated SPDX license identifier to version 3.0 | ||||
* | fixup! mpm: adding GPS sensor functions | Brent Stapleton | 2018-01-11 | 1 | -1/+1 |
| | |||||
* | mpm: Harmonize all license header | Martin Braun | 2017-12-22 | 1 | -2/+1 |
| | | | | Now uses SPDX headers everywhere. | ||||
* | mpm: adding GPS sensor functions | Brent Stapleton | 2017-12-22 | 1 | -0/+152 |
Adding GPS TPV and SKY sensors to MPM, and their respective getters. Reviewed-By: Martin Braun <martin.braun@ettus.com> |