summaryrefslogtreecommitdiff
path: root/logger/test
Commit message (Collapse)AuthorAgeFilesLines
* refine CMakeLists.txt to allow DLT build, tests OKasanoaozora2017-02-091-2/+2
|
* GT-3459: GNSS API: TGNSSPosition: add correctionAge fieldHelmut Schmidt2017-01-091-1/+2
|
* GT-3402: Change unit of measurementInterval to micro-secondsHelmut Schmidt2016-11-281-2/+2
|
* GT-3402 "Positioning SensorsService API: Add sampling interval field to ↵Helmut Schmidt2016-11-111-2/+4
| | | | | | gyroscope, accelerometer etc data structures" step 4: Adapt Log file format documentation and Log Reader/Writer PoC implementations
* GT-3401 "GNSS API: TGNSSSatelliteDetail::SNR field --> rename to CNo"Helmut Schmidt2016-10-261-1/+1
|
* Log Replayer adaptations to Log format 4.0Helmut Schmidt2016-04-261-1/+1
| | | | | https://collab.genivi.org/issues/browse/GT-3220 http://bugs.genivi.org/show_bug.cgi?id=431
* Logger PoC: fix memory allocation bug in double bufferHelmut Schmidt2016-04-121-7/+8
|
* polish Positioning PoC:Helmut Schmidt2016-02-111-1/+1
| | | | | - remove compile warning - improve CMake status message when I2C header is missing
* Positioning PoC Update only [no API change!]Helmut Schmidt2016-02-112-29/+292
| | | | | | | | | | | | | | 1.) Sensors Service PoC: - add support for LSM9DS1 6DOF inertial sensor - refactor I2C access - try to autodetect availablity if i2c-dev.h (needs further improvement) if you really have the correct i2c-dev.h, then comment out add_definitions(-DI2C_NOT_AVAILABLE) in sensors-service\src\CMakeLists.txt - to test: cmake -DWITH_ENHANCED_POSITION_SERVICE=OFF -DWITH_NMEA=ON -DWITH_SENSORS=ON -DIMU_TYPE=LSM9DS1 -DWITH_LOGGER=ON -DWITH_TESTS=ON -DWITH_DEBUG=ON -DGNSS_DEVICE=\"/dev/ttyACM0\" -DGNSS_BAUDRATE=B38400 -DGNSS_CHIPSET=UBLOX -DGNSS_DELAY=50 ../ 2.) Logger PoC - add more functionality: buffered logging to file, ability to receive external input via UDP_BUFLEN
* Changes as decided in Wetzlar F2F review session:Helmut Schmidt2015-12-032-3/+5
| | | | | | | | | | | | | GT-3151 "Extend GNSS API to allow to set the satellite system" GT-3152 "Extend EnhancedPositioning Configuration API to select a set of Satellite systems instead of only a single satellite system" GT-3039 "SNS API: In wheel.h, for wheel ticks: Provide wheel ticks since the last update are provided instead of the rolling counter" GT-3206 "GNSS/SNS API: Extend API to provide sensor status information" GT-3219 "Extend GNSS API time structure to provide information about leap seconds and time scale" Update Logformat description (95% complete, vehicle-data.h part still missing)
* GT-3206 SNS API: Extend API to provide sensor status information + a bit ↵Helmut Schmidt2015-11-301-1/+1
| | | | GNSS POC update
* GT-3206 GNSS API: Extend API to provide sensor status informationHelmut Schmidt2015-11-271-2/+24
|
* GNSS API: Update log format description, polish API documentation, +1 digit ↵Helmut Schmidt2015-11-021-1/+1
| | | | for lat/lon in log
* Positioning PoC: poslich documentation and tracesHelmut Schmidt2015-10-291-2/+1
|
* Positioning PoC: rework register functions, improve NMEA parser, add logger, ↵Helmut Schmidt2015-10-287-0/+898
add support for real gyro/accelerometer sensor