summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* GetSatelliteInfo: fix error in franca definitionHEADmasterasanoaozora2019-06-061-1/+1
| | | | | DBus signature is "a(qqqqqb)" so on franca side SatelliteInfo[] satelliteInfo
* fix some minor errors in CMakeLists for Wamp generationasanoaozora2018-04-256-4/+55
|
* move fidls to dedicated folders, start implementation of enhp wampasanoaozora2018-04-2426-26/+934
| | | | | it makes the api management more understandable and also the Franca generation
* Merge branch 'master' of github:GENIVI/positioningasanoaozora2018-03-041-4/+4
|\
| * Merge pull request #3 from gmacario/patch-1Philippe COLLIOT2018-02-271-4/+4
| |\ | | | | | | README: Misc fixes
| | * README: Misc fixesGianpaolo Macario2017-02-221-4/+4
| | | | | | | | | Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
* | | complete empty signalsasanoaozora2018-03-046-0/+47
|/ /
* | Positioning to Franca: Fix minor errors and add new fidl filesasanoaozora2018-02-275-92/+403
| |
* | replace hex based definition of enum with int, to avoid capi generation errorasanoaozora2018-02-139-173/+173
| |
* | Franca definition of the Wheel API (first proposal)asanoaozora2018-02-022-0/+455
| |
* | [GNSSService] Move configuration validity bits to the right fidl fileasanoaozora2018-02-012-9/+9
| |
* | GNSS/SNS: create separate files for configurationasanoaozora2018-01-269-318/+467
| |
* | Fix a missing parameter and add version to franca filesasanoaozora2018-01-244-0/+17
| |
* | Franca definition of the Acceleration and Gyroscope APIs (first proposal)asanoaozora2018-01-244-0/+757
| |
* | Franca definition of the GNSSService API (first proposal)asanoaozora2017-12-222-0/+595
| |
* | Fix a bug in dbus-c++ to allow build with gcc 7.2.0asanoaozora2017-11-176-2/+62
| | | | | | | | | | I added this: thanks to Orcan Ogetbil <oget.fedora@gm...>
* | add a service file for running enhanced-position-service in GDPasanoaozora2017-03-071-0/+11
| |
* | SensorsService: fix date in copyright notesSNS-5.0.0GNSS-5.0.0ENPOS-5.0.0Marco Residori2017-02-223-1203/+48512
| |
* | GNSSService: fix date in copyright notesMarco Residori2017-02-223-233/+230
| |
* | remove html filesMarco Residori2017-02-22190-9899/+0
| |
* | update component specification: fix copyright date and header versionMarco Residori2017-02-2251-76/+105
|/
* Merge pull request #2 from gmacario/fix-readmeHelmut Schmidt2017-02-161-28/+34
|\ | | | | README.md: Misc fixes
| * README.md: Change dlt-daemon URL to GitHubGianpaolo Macario2017-02-161-1/+1
| | | | | | | | Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
| * README.md: Change CommonAPI-C++ URL to GitHubGianpaolo Macario2017-02-161-7/+7
| | | | | | | | Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
| * README.md: Adjust some markdownGianpaolo Macario2017-02-161-20/+26
|/ | | | Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
* refine CMakeLists.txt to allow DLT build, tests OKasanoaozora2017-02-0920-237/+16
|
* Merge branch 'master' of github:GENIVI/positioningasanoaozora2017-02-061-0/+7
|\
| * Positioning PoC: Add dummy implementation for gnssGetPrecisionTimingOffset()Helmut Schmidt2017-02-061-0/+7
| |
* | update .cmake files and fix error into .gitignoreasanoaozora2017-02-066-7/+67
|/
* Update README files. The Franca fidl files are now the official interfaces ↵Marco Residori2017-01-264-12/+26
| | | | of the EnhancedPositionService component
* Update Component Specification 5.0.0 of SensorsSService for Nostromo releaseMarco Residori2017-01-262-0/+0
|
* Update Component Specification 5.0.0 of GNSSService for Nostromo releaseMarco Residori2017-01-263-1161/+48390
|
* Prepare GNSS Service API and SensorsService API documentation templates for ↵Helmut Schmidt2017-01-264-97022/+2408
| | | | Nostromo release
* Update logformat specification for Nostromo releaseHelmut Schmidt2017-01-261-0/+0
|
* GT-3403: GNSS API velocity documentation: add further detailsHelmut Schmidt2017-01-251-2/+10
|
* GNSSService API: fix minor documentation bugs which caused doxygen warningsHelmut Schmidt2017-01-251-5/+5
|
* SensorService API: fix minor documentation bugs which caused doxygen warningsHelmut Schmidt2017-01-255-8/+10
|
* Merge branch 'master' of https://github.com/GENIVI/positioningHelmut Schmidt2017-01-25194-0/+11583
|\
| * Remove obsolete file.Marco Residori2017-01-252-7/+5
| |
| * Add script to generate documentation from Franca fidl files. Add first draft ↵Marco Residori2017-01-25195-0/+11585
| | | | | | | | of Component Specification 5.0.0 for EnhancedPositionService
* | EnhancedPositionService Franca PoC: fix version checkHelmut Schmidt2017-01-251-1/+1
|/
* EnhancedPositionService dbus PoC: fix version checkHelmut Schmidt2017-01-251-1/+2
|
* CommonAPI version: fix path pb due to new version in Franca fidlasanoaozora2017-01-247-13/+19
|
* GT-3461: Prepare Positioning API for Nostromo release (Positioning API 5.0.0)Helmut Schmidt2017-01-2011-14/+14
| | | | Aling API version numbers, add Garmin copyright to header files modified due to Garmin change requests
* GT-3459: Update log file format specificationHelmut Schmidt2017-01-111-0/+0
|
* GT-3459: GNSS API: TGNSSPosition: add correctionAge fieldHelmut Schmidt2017-01-094-9/+51
|
* GT-3402: Change unit of measurementInterval to micro-secondsHelmut Schmidt2016-11-287-17/+21
|
* vehicle-state.h: Fix copy-paste error in documentation + reformat documentationHelmut Schmidt2016-11-141-14/+35
|
* GT-3402 "Positioning SensorsService API: Add sampling interval field to ↵Helmut Schmidt2016-11-113-26/+85
| | | | | | gyroscope, accelerometer etc data structures" step 4: Adapt Log file format documentation and Log Reader/Writer PoC implementations
* GT-3402 "Positioning SensorsService API: Add sampling interval field to ↵Helmut Schmidt2016-11-041-80/+173
| | | | | | gyroscope, accelerometer etc data structures" step 4: Wheel API