-
1.1 protected15ced184 · ·
Version 1.1 This adds some improvements to the library: – Proper visibility attributrs for all symbols – Defaulting standard functions whereever possible – Code cleanup – Bugfixes – Fixing typos in the documentation – Initialize internal structures properly – Mark derived virtual Methods as “override” – Free memory allocated by LinuxCanBusFinder also in case of an error – Put all classes of the library into a namespace – Use Doxygen's built-in STL support – Raise C++ standard to C++17 – Add Library Prefix to Include Guards
-
1.0 protected5d3aaed8 · ·
Version 1.0 This marks the first stable release of EP1 CAN Bus Toolbox: - CanFrame: C++ version of struct can_frame - CanBusConnection: Send and receive CAN frame using the SocketCAN API - LinuxCanBusFinder: Find SocketCAN interfaces on a Linux system - BadCanFrameMetadata and SystemCallException: Dedicated exception classes in case something goes wrong within this project - Automated versioning based on Git and CMake - Building as static and shared library possible - Documentation based on Doxygen - License: GPLv3