summaryrefslogtreecommitdiff
path: root/plugins/examplesink.cpp
Commit message (Expand)AuthorAgeFilesLines
* fixed the warning message when enabling -Wall optionSangjung Woo2016-12-231-6/+0
* Request history data with system time, not steady timeKevron Rees2015-01-141-14/+14
* [websocket] fixed getRanged requestsKevron Rees2015-01-061-1/+2
* reverted varianttypeKevron Rees2014-12-291-2/+2
* Updated plugins to work without the now deprecated setSupported() call.Kevron Rees2014-03-281-8/+8
* fixed crasher with databaseconfig and several other issues regarding memory i...Kevron Rees2013-10-301-0/+3
* added a few more zone options. made zones a class. change propertyChanged si...Kevron Rees2013-10-261-1/+1
* added cuda support for opencv pluginKevron Rees2013-09-061-0/+1
* make uuid() const. update all pluginsKevron Rees2013-09-051-2/+3
* made requested properties in ranged request a listKevron Rees2013-08-151-1/+6
* fixed up athe setSupported issue.Kevron Rees2013-07-171-80/+96
* merge from 0.10Kevron Rees2013-07-161-8/+8
* fixed up database get ranged issuesKevron Rees2013-05-151-1/+1
* fixed up exampleKevron Rees2013-03-161-7/+40
* Merge branch 'master' of https://github.com/otcshare/automotive-message-brokerKevron Rees2013-03-141-0/+2
|\
| * added gpsd plugin for location and speedKevron Rees2013-03-081-0/+2
* | fix for opencv pluginKevron Rees2013-03-141-1/+2
|/
* generally working opencvlux pluginKevron Rees2013-03-011-2/+16
* added a whole bunch of new properties that breaks stuffKevron Rees2013-02-151-0/+9
* possibly fixed uninitialized list problem in ListPropertyTypeKevron Rees2013-02-081-0/+9
* example plugin output to debug level 1Kevron Rees2012-12-141-4/+4
* example requests ranged from 10s ago after 10s timeoutKevron Rees2012-12-041-14/+24
* worked out some bugs with websocket source and sinkKevron Rees2012-12-031-14/+18
* getRanged works with database sinkKevron Rees2012-12-011-1/+2
* database plugin worksKevron Rees2012-11-291-7/+3
* refactored how timestamp and sequence are stored: moved to AbstractPropertyKevron Rees2012-11-281-3/+3
* initial sequence and timestamp supportKevron Rees2012-11-201-1/+1
* start of obd2 refactoringKevron Rees2012-11-141-0/+23
* config required to construct plugins. device config added to wheel pluginKevron Rees2012-09-241-3/+3
* updated examples with more propertiesKevron Rees2012-09-111-1/+19
* demosink uses strings for turn signalKevron Rees2012-09-111-3/+3
* define nullptr if using < gcc 4.6Kevron Rees2012-08-291-4/+4
* use pointer to avoid implicit casting failKevron Rees2012-08-281-3/+3
* major breakage ahead...Kevron Rees2012-08-281-3/+3
* Fixes for issues concerning subscriptions and websocketsourceMichael Carpenter2012-08-281-0/+2
* example sink reacts to supported changedKevron Rees2012-08-281-1/+2
* fixed unsubscribeKevron Rees2012-08-231-1/+1
* changed async reply callback argumentKevron Rees2012-08-161-1/+1
* added async and sync property getterKevron Rees2012-08-161-0/+6
* missing thisKevron Rees2012-08-161-0/+54