summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Change data_ member of can_message_t objectRomain Forlot2-8/+11
2017-03-01Fix: improve can_message readRomain Forlot4-51/+143
2017-03-01Delete for good obsolete codeRomain Forlot2-1/+2
2017-03-01tbfRomain Forlot2-27/+21
2017-02-28Implement a new method returning the can deviceRomain Forlot2-31/+18
2017-02-28Fix: can bus object life is now expanded and don'tRomain Forlot3-31/+36
2017-02-28Fix: wrong argument passed to start_reading().Romain Forlot1-1/+1
2017-02-28Added debugging messages.Romain Forlot1-3/+8
2017-02-28Make the thread function members of can_bus_t and can_bus_dev_t objects.Romain Forlot9-294/+171
2017-02-28Re-arranging objects splitting all objects overRomain Forlot14-764/+833
2017-02-28Fix: start reading the can bus if it was correctlyRomain Forlot2-174/+4
2017-02-27Added some DEBUG log messages around reading confRomain Forlot1-1/+7
2017-02-27Fix: wrong conf file name specifiedRomain Forlot1-3/+3
2017-02-27Fix: mismatch function signature and implementationRomain Forlot1-1/+1
2017-02-27Fix decoder_t methods to get it compileRomain Forlot4-45/+55
2017-02-27Added missing pthread libRomain Forlot1-2/+4
2017-02-27Fix wrong returned value about getCanBuses.Romain Forlot1-1/+1
2017-02-27In class mutex and condition variable except for subscribed_signals mapRomain Forlot10-34/+59
2017-02-27Removed static libraries deployed by mistakeRomain Forlot1-4/+0
2017-02-27Changed the decoding functionRomain Forlot4-43/+80
2017-02-27Change content target and use a testingRomain Forlot2-1/+4
2017-02-27Build and link statically external librariesRomain Forlot1-13/+36
2017-02-24Improve mutex lock logic.Romain Forlot9-52/+101
2017-02-24Remove socket read management by systemd eventRomain Forlot6-83/+62
2017-02-24Improve subscription/unsubscription operation.Romain Forlot1-32/+44
2017-02-24Fix: wrong if...else atomic expressionRomain Forlot1-1/+4
2017-02-24Add commentRomain Forlot1-0/+3
2017-02-24Fix mutex about can_frame. Wrong location aboutRomain Forlot2-5/+8
2017-02-23First draft about lock/wait thread management.Romain Forlot12-204/+343
2017-02-23Make binder_interface global variable rather thanRomain Forlot8-63/+54
2017-02-23Cleaning, improve commentsRomain Forlot4-57/+50
2017-02-22Header include spring cleaningRomain Forlot1-36/+15
2017-02-22make binder_interface globalJosé Bollo2-79/+52
2017-02-22Improve doxygen commentsRomain Forlot2-139/+175
2017-02-22Enhance error handling about can_message_t classRomain Forlot2-35/+145
2017-02-22Change way to convert simplemessage into a jsonRomain Forlot5-26/+100
2017-02-22No more warning about not defined functionsRomain Forlot16-41/+75
2017-02-22Resolve circular header files inclusionRomain Forlot6-7/+7
2017-02-22first draft to new subscribre unsubscibre methodRomain Forlot1-0/+113
2017-02-22Fix: decoder_t class decodeSignal method signatureRomain Forlot5-33/+37
2017-02-22All queue under can_bus_t class and reading threadRomain Forlot7-123/+121
2017-02-22Added separated header filesRomain Forlot3-0/+70
2017-02-22Fix: force to pass a ref at threads launchRomain Forlot10-52/+38
2017-02-21Fix: threads launching with wrong argumentsRomain Forlot2-10/+9
2017-02-21Multifixes: class and methods, typo, commentsRomain Forlot4-63/+78
2017-02-21Fixed can bus class (almost)Romain Forlot2-153/+156
2017-02-21Handle error in returning a vector by returningRomain Forlot2-18/+19
2017-02-21Clean up include statement...Romain Forlot7-45/+67
2017-02-21Some cleaning and commentsRomain Forlot4-55/+26
2017-02-21Cleaned up, a bit, include statement.Romain Forlot9-55/+43