New function used to set timer in bcm_head msg.
[apps/low-level-can-service.git] / CAN-binder /
2017-05-19 Romain ForlotNew function used to set timer in bcm_head msg.
2017-05-19 Romain ForlotThere is no more need having pointer on socket device
2017-05-19 Romain ForlotSimplify testing name size...
2017-05-19 Romain ForlotReworking diagnostic manager to use BCM sockets.
2017-05-19 Romain ForlotUse raw pointer to point on parent object.
2017-05-19 Romain ForlotRemove unused and useless members.
2017-05-19 Romain ForlotFix wrong signature, better with const ref... Was forgotten
2017-05-19 Romain ForlotMessage definition can return ref instead of value.
2017-05-19 Romain ForlotFix: vector throw length error exception.
2017-05-19 Romain ForlotFix: wrong arguments signature. Deleted by mistake...
2017-05-19 Romain ForlotUpdate closing message after a successful build.
2017-05-19 Romain ForlotImplement unsubscribe like subscribe.
2017-05-19 Romain ForlotFormat
2017-05-10 Romain ForlotResolv include circular dependencies.
2017-05-10 Romain ForlotMassive use of shared_ptr about signal and diag message...
2017-05-10 Romain ForlotUse a tree instead of separated object lists. WIP
2017-05-10 Romain ForlotFix: circular include for socket classes.
2017-05-10 Romain ForlotCleaning
2017-05-10 Romain ForlotCAN message will not be modified once read.
2017-05-10 Romain ForlotDon't trigger timeout monitoring on signal.
2017-05-10 Romain ForlotMake non blocking BCM socket.
2017-05-10 Romain ForlotMove reading input stream to specialized socket class.
2017-05-10 Romain ForlotImplement setting last_value at message definition...
2017-05-10 Romain ForlotKeeping RAW sockets for compatibility
2017-05-10 Romain ForlotFix: Avoid returning negative value that's stop watch...
2017-05-09 Romain ForlotDon't process rebuild webapp if it is already build
2017-05-09 Romain ForlotUpdate CMake to the reference app-template. WIP
2017-05-05 Romain ForlotFormat
2017-05-05 Romain ForlotAvoid returning infinity value.
2017-05-05 Romain ForlotDon't destroy socket by default as they will always...
2017-05-05 Romain ForlotGet back to device dedicated raw_socket
2017-05-05 Romain ForlotImprove granularity of BCM socket using one by signal
2017-05-05 Romain ForlotImprove log message.
2017-05-05 Romain ForlotSeparation between hat and callback binding parts
2017-05-05 Romain ForlotUpdate CMake following app-template repo update
2017-05-05 Romain ForlotRemove duplicated file
2017-05-04 Romain ForlotFollow the moving binding and configuration files.
2017-05-04 Romain ForlotUpdate with last app-templates modifications
2017-05-03 Romain ForlotFix: constructor and include file missing.
2017-05-03 Romain ForlotAlign on CMake template from app-template repo
2017-05-03 Romain ForlotChange direct initialization object
2017-05-03 Romain Forlottypo
2017-05-03 Romain ForlotKeeping raw socket until diagnostic_manager is fully...
2017-05-03 Romain ForlotAdded child class to binding target.
2017-05-03 Romain ForlotDerivate socketcan to multiple child depending upon...
2017-05-03 Romain ForlotUse the private method instead of direct C syscall.
2017-05-02 Romain ForlotAdded external libraries from openXC CMake files.
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/uds-c/' from commit 'ca20db3dd9788...
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d...
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/openxc-message-format/' from commi...
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/isotp-c/' from commit 'ee24440b7c1...
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/bitfield-c/' from commit 'a34745ec...
2017-05-02 Romain ForlotRemove submodules and use forked libs tree instead
2017-05-02 Romain ForlotImplement AGLBuild script following SPEC-495 from JIRA
2017-05-02 Romain ForlotUsing new CMake architecture (again...)
2017-05-02 Romain ForlotFix: wrong include local header path
2017-05-02 Romain ForlotAdding HTML5 UI with cpu stat binding
2017-04-29 Romain ForlotFix: wrong include relative path.
2017-04-29 Romain ForlotAdapt CMake files to use new capabilities with widget
2017-04-29 Romain ForlotMake a macro and helpers library instead of Big CMake.
2017-04-29 Romain ForlotRename as AGLBuild makefile.
2017-04-26 Romain Forlotclean left include file after modification that isn...
2017-04-26 Romain ForlotFix: write bcm message to socket.
2017-04-26 Romain ForlotDon't use heavy weapon to get some basic calculation
2017-04-26 Romain ForlotFix: Add notifying decoding thread if there is new...
2017-04-26 Romain ForlotCheck last value before send the event, if no change...
2017-04-26 Romain ForlotCreate method to handle both CAN frames.
2017-04-26 Romain ForlotDoesn't send event if no changes are made for doors...
2017-04-26 Romain ForlotFinish to read stream and fill the destination object.
2017-04-26 Romain ForlotFix: Reading doesn't update receiving object values
2017-04-26 Romain ForlotDon't use FD frame with BCM socket. Seems not working...
2017-04-26 Romain ForlotFix: correctly count (un)subscribed signals.
2017-04-26 Romain ForlotMake template from similar writing stream operations.
2017-04-26 Romain ForlotSubscribe using BCM RX_SETUP filter capabilities implem...
2017-04-26 Romain ForlotReworked reading CAN devices from BCM socket.
2017-04-26 Romain ForlotFix bit alignment errors...
2017-04-26 Romain ForlotTypo, rename, format
2017-04-26 Romain ForlotRenaming confusing member "address_" to "index_"
2017-04-25 Romain ForlotImplement reading stream for socketcan_t
2017-04-25 Romain ForlotFix CMakeFile final message and compile flag
2017-04-25 Romain ForlotAdding Directive to also clean wgt file with make clean
2017-04-24 Romain ForlotFix compilation warning complaining about unset boolean...
2017-04-24 Romain ForlotMisc: Cleanup, typo, formating and comments update.
2017-04-24 Romain ForlotCreate a received job for BCM Socket to handle filtering.
2017-04-24 Romain ForlotRename and handling write on socket using stream instea...
2017-04-24 Romain ForlotFix: Avoid returning 2 results for 1 signal.
2017-04-22 Romain ForlotRework subscription and unsubscriptions operations...
2017-04-22 Romain ForlotUse BCM socket as default cleaning up the old RAW socke...
2017-04-22 Romain ForlotFix: opening bcm socket still trying to bind as a RAW...
2017-04-22 Romain ForlotImprove logging messages
2017-04-21 Romain ForlotAdding some comments
2017-04-21 Romain ForlotMove all signals search functions into new signals_mana...
2017-04-21 Romain ForlotAvoid warning about unmanaged switch case in INI library
2017-04-21 Romain ForlotDiagnostic messages subscription simplified.
2017-04-21 Romain ForlotMake virtual CAN device name as argument
2017-04-21 Romain ForlotAdded -std=c++11 to compile option lost in transition.
2017-04-20 Romain ForlotUpdate comments
2017-04-20 Romain ForlotRemove timeout socket option.
2017-04-20 Romain ForlotSeparate socket configuration and opening
2017-04-20 Romain ForlotUse same function to open BCM and RAW CAN sockets
next