Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 508 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 508 Bytes

Getting started

Build & Install

git clone --recurse-submodules https://github.com/genkiiii/dbcppp.git
cd dbcppp
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j
make RunTests
make install
ldconfig # on Unix-systems only

Create Reflection available Structure from DBC file using RTTR libraries(https://www.rttr.org/)

dbcppp dbc2 --format=CPPStruct --dbc=yourfile.dbc > reflection_structure.hpp

The other information should be here: https://github.com/xR3b0rn/dbcppp