Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added ability to use Unhandled.conf as inputs to generate MsgDefs.h and protobuf files.

- Updated MsgUtils.cmake to add generation functions using conf files.

- Updated GenerateMsgDefsCpp.py and GenerateProtobuf.py to use conf files.

- Updated MsgCpp.py and MsgData.py to load conf files.

- Updated MsgDefs_cpp.jinja to fix compiler warning.

- Updated format.cpp to compile with both Qt 5 and 6.

    • -4
    • +4
    ./MsgUtils/scripts/GenerateMsgDefsCpp.py
    • -4
    • +4
    ./MsgUtils/scripts/GenerateProtobuf.py
LDT-2852 - Cloud Communication - SW - 01 - Realtime data transfer - R&I - 05: DEV - Feature Implementation

- Initial commit for Real-time Data Transfer.

- Added MsgUtils library for handling CAN and protobuf messages.

- Added Comms library for handling communications on CAN bus and future protobuf interfaces.

- Added CloudSyncRt program for reading CAN messages and converting them to protobuf messages.

- Added CANDumpPlayer program for reading CAN dumps and sending read messages on CAN interface.

    • -0
    • +91
    ./Comms/CMakeLists.txt
    • -0
    • +17
    ./Comms/CommsConfig.cmake.in
    • -0
    • +11
    ./Comms/CommsConfigVersion.cmake.in
    • -0
    • +127
    ./Comms/include/CanInterface.h
    • -0
    • +60
    ./Comms/include/ProtoInterface.h
    • -0
    • +404
    ./Comms/src/CanInterface.cpp
    • -0
    • +145
    ./Comms/src/ProtoInterface.cpp
    • -0
    • +149
    ./MsgUtils/CMakeLists.txt
    • -0
    • +12
    ./MsgUtils/MsgUtils.pc.in
    • -0
    • +19
    ./MsgUtils/MsgUtilsConfig.cmake.in
    • -0
    • +11
    ./MsgUtils/MsgUtilsConfigVersion.cmake.in
  1. … 34 more files in changeset.