MsgUtils

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Modularized MsgUtils

- Updated lib/MsgUtils/CMakeLists.txt to install MsgUtils module, if necessary.

- Updated cmake/MsgUtils.cmake for modularization.

- Moved MsgCpp.py, MsgData.py, MsgProtobuf.py, and jinja templates to msgutils sub-directory for modularization.

- Updated GenerateMsgDefsCpp.py and GenerateProtobuf.py to use MsgUtils module.

- Added required python files for modularization.

    • -0
    • +176
    ./scripts/msgutils/MsgCpp.py
    • -0
    • +234
    ./scripts/msgutils/MsgData.py
    • -0
    • +42
    ./scripts/msgutils/MsgProtobuf.py
    • -0
    • +3
    ./scripts/msgutils/__init__.py
    • -0
    • +147
    ./scripts/msgutils/templates/MsgDefs_cpp.jinja
    • -0
    • +96
    ./scripts/msgutils/templates/MsgDefs_h.jinja
    • -0
    • +60
    ./scripts/msgutils/templates/MsgDefs_proto.jinja
  1. … 5 more files in changeset.
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.

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
    • +19
    ./MsgUtilsConfig.cmake.in
    • -0
    • +11
    ./MsgUtilsConfigVersion.cmake.in
    • -0
    • +146
    ./cmake/MsgUtils.cmake
    • -0
    • +198
    ./include/CanMessage.h
    • -0
    • +128
    ./include/FrameInterface.h
    • -0
    • +95
    ./include/MessageBuilder.h
    • -0
    • +184
    ./include/types.h
    • -0
    • +40
    ./scripts/GenerateMsgDefsCpp.py
    • -0
    • +35
    ./scripts/GenerateProtobuf.py
  1. … 34 more files in changeset.