leahi-realtime-cdt

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Moved directory SDDs to docs/SDD and all of the contained content. - Added SRS/SRS.md software requirements file.

    • -33
    • +0
    /SDDs/Seq_RealtimeDataTransfer.puml
    • binary
    /docs/SDD/Class_Overview.png
    • -0
    • +181
    /docs/SDD/Class_Overview.puml
    • binary
    /docs/SDD/CodeGenPipeline.png
    • -0
    • +79
    /docs/SDD/CodeGenPipeline.puml
    • binary
    /docs/SDD/Comms_Overview.png
  1. … 6 more files in changeset.
- Updated LeahiRt/main.cpp to add missing include.

- Added SDD plantuml files.

    • binary
    /SDDs/Class_Overview.png
    • -0
    • +181
    /SDDs/Class_Overview.puml
    • binary
    /SDDs/CodeGenPipeline.png
    • -0
    • +79
    /SDDs/CodeGenPipeline.puml
    • binary
    /SDDs/Comms_Overview.png
    • -0
    • +35
    /SDDs/Comms_Overview.puml
    • binary
    /SDDs/Seq_RealtimeDataTransfer.png
    • -0
    • +33
    /SDDs/Seq_RealtimeDataTransfer.puml
    • binary
    /SDDs/SoftwareArchitecture.png
    • -0
    • +82
    /SDDs/SoftwareArchitecture.puml
Updated LeahiRtController to add message handling loaded from a message handling INI at start..

- Updated LeahiRtController to load message handling INI and use it to determine how to handle/route messages to Agent.

- Moved MsgIni to MsgHandlingIni.

    • -20
    • +108
    /LeahiRt/LeahiRtController.cpp
    • -0
    • +33
    /scripts/MsgUtils/GenerateMsgHandlingIni.py
    • -33
    • +0
    /scripts/MsgUtils/GenerateMsgIni.py
    • -0
    • +85
    /scripts/MsgUtils/msgutils/MsgHandlingIni.py
    • -85
    • +0
    /scripts/MsgUtils/msgutils/MsgIni.py
    • -1
    • +1
    /scripts/MsgUtils/msgutils/__init__.py
  1. … 3 more files in changeset.
- Updated MsgIni.py to use jinja.

    • -91
    • +58
    /scripts/MsgUtils/msgutils/MsgIni.py
    • -0
    • +7
    /scripts/MsgUtils/msgutils/templates/MsgIni.jinja
Added GenerateMsgIni script and MsgIni module for per-message routing INI generation.

- Added scripts/MsgUtils/msgutils/MsgIni.py for reading/writing a message handling INI file.

- Added scripts/MsgUtils/GenerateMsgIni.py driver script for creating/updating a message handling INI file.

- Updated MsgUtils.cmake to add generate_message_ini() cmake function for adding message handling INI creation/updating to build process.

- Added missing lib/MsgUtils/include/MessageDispatcher.h.

    • -0
    • +202
    /lib/MsgUtils/include/MessageDispatcher.h
    • -0
    • +32
    /scripts/MsgUtils/GenerateMsgIni.py
    • -0
    • +118
    /scripts/MsgUtils/msgutils/MsgIni.py
    • -0
    • +1
    /scripts/MsgUtils/msgutils/__init__.py
- Added MsgProtoUtils_h.jinja and MsgProtoUtils_cpp.jinja templates generating struct <-> protobuf conversion utilities (LeahiMsgProtoUtils.h/.cpp). - Added write_msg_proto_utils_header/source to MsgCpp.py and a --proto flag path in GenerateMsgDefsCpp.py to produce the new files. - Removed the proto flag from write_msg_defs_header/source and the MsgDefs templates so MsgDefs no longer embeds protobuf utilities. - Updated MsgUtils.cmake to declare the MsgProtoUtils outputs and template dependencies, and CMakeLists.txt to list the generated files. - Removed the obsolete ProtoInterface.h/cpp. - Updated LeahiRtController to include LeahiMsgProtoUtils.h. - Added MessageDispatcher to MsgUtils. - Updated LeahiRt main.cpp signal handling to use signalfd + QSocketNotifier for graceful shutdown inside the event loop. - Updated tools/CMakeLists.txt to build AgentSim. - Updated AgentSimController::handleMessage to output received message protobuf to console.

    • -60
    • +0
    /lib/Comms/include/ProtoInterface.h
    • -145
    • +0
    /lib/Comms/src/ProtoInterface.cpp
    • -0
    • +244
    /lib/MsgUtils/src/MessageDispatcher.cpp
    • -2
    • +5
    /scripts/MsgUtils/GenerateMsgDefsCpp.py
    • -6
    • +40
    /scripts/MsgUtils/msgutils/MsgCpp.py
  1. … 4 more files in changeset.
Added MessageDispatcher, normalized Doxygen comments, and fixed codegen pipeline.

- Ported MessageDispatcher into MsgUtils for per-CAN-id multi-frame reassembly and wired it into LeahiRtController.

- Enabled MessageDispatcher.h/.cpp in MsgUtils CMakeLists.txt and removed the unused absl dependency.

- Fixed MsgData.py duplicate-ID/duplicate-name warning messages and msg_id parsing.

- Updated MsgDefs jinja templates to guard protobuf generation behind the proto flag, rename params to paramList, and fixed the static capture lambda.

- Reimplemented MessageBuilder::getActionId and added Types::BOOL alias.

- Renamed SDD CloudSyncRt.puml to RealtimeDataTransfer.puml.

    • -0
    • +14
    /SDDs/RealtimeDataTransfer.puml
    • -53
    • +14
    /lib/Comms/include/AgentInterface.h
    • -26
    • +30
    /lib/Comms/src/AgentInterface.cpp
    • -124
    • +50
    /lib/MsgUtils/include/AgentMessage.h
    • -34
    • +59
    /lib/MsgUtils/src/AgentMessage.cpp
- Updated CMakeLists.txt and CANDumpPlayer/CMakeLists.txt to change minimum required cmake version.

Cleaned up MsgUtils script warning message output when ingesting Unhandled.conf

- Updated scripts/MsgUtils/../MsgData.py to change console warning messages, updated parameter regex matching, and change conditions for storing ingested rows.

    • -12
    • +11
    /scripts/MsgUtils/msgutils/MsgData.py
Merge branch 'ScriptsModule' into AgentSim

Updated CMakeLists.txt

- Updated project CMakeLists.txt and CANDumpPlayer/CMakeLists.txt to require cmake version 3.19 or higher.

Merge branch 'cmake' into AgentSim

Added *.egg-info/ to .gitignore and untracked scripts/MsgUtils/msgutils.egg-info.

- Added *.egg-info/ to .gitignore so pip's editable-install metadata stays out of the repo.

- Removed scripts/MsgUtils/msgutils.egg-info/ from the index (files remain on disk; they are regenerated by pip install -e).

Promoted msgutils venv to project-level Python venv shared by all components.

- Added cmake/PythonVenv.cmake which creates a project-wide venv at ${CMAKE_BINARY_DIR}/.venv and provides a register_python_package() helper.

- Included PythonVenv.cmake from the top-level CMakeLists.txt so the venv is available before any subdirectory is added.

- Stripped per-component venv setup from lib/MsgUtils/CMakeLists.txt and replaced it with register_python_package(${MSGUTILS_SCRIPTS_DIR}).

- Replaced MSGUTILS_PYTHON references in lib/MsgUtils/cmake/MsgUtils.cmake with PROJECT_PYTHON.

- register_python_package re-runs pip install only when pyproject.toml changes, keyed off a stamp file under build/python-venv-stamps/.

    • -0
    • +113
    /cmake/PythonVenv.cmake
Moved MsgUtils/scripts to scripts directory in root of project to separate code generation scripts from actual code.

- Moved lib/MsgUtils/scripts to scripts/MsgUtils.

- Updated lib/MsgUtils/CMakeLists.txt and associated files for move.

    • -35
    • +0
    /lib/MsgUtils/scripts/GenerateProtobuf.py
    • -176
    • +0
    /lib/MsgUtils/scripts/msgutils/MsgCpp.py
    • -234
    • +0
    /lib/MsgUtils/scripts/msgutils/MsgData.py
    • -20
    • +0
    /lib/MsgUtils/scripts/pyproject.toml
    • -0
    • +40
    /scripts/MsgUtils/GenerateMsgDefsCpp.py
    • -0
    • +35
    /scripts/MsgUtils/GenerateProtobuf.py
    • -0
    • +6
    /scripts/MsgUtils/msgutils.egg-info/PKG-INFO
  1. … 14 more files in changeset.
Updated AgentSim/CMakeLists.txt.

- Modified AgentSim/CMakeLists.txt to mirror changes made to other CMakeLists.txt to prevent deleting bin directory during clean (which caused error on subsequent build).

Merge branch 'feature/LDT-2852-cloud-communication' into AgentSim

CMakeLists.txt clean up.

- Updated all CMakeLists.txt files to remove deprecated code.

- Updated MsgUtils/CMakeLists.txt to add package absl required for protobuf.

CMakeLists.txt clean up.

- Updated all CMakeLists.txt files to remove deprecated code.

- Updated MsgUtils/CMakeLists.txt to add package absl required for protobuf.

Added AgentSim tool for simulating Connectivity Agent.

- Initial commit for Agent sim tool.

    • -0
    • +139
    /tools/AgentSim/AgentSimController.cpp
    • -0
    • +63
    /tools/AgentSim/AgentSimController.h
    • -0
    • +46
    /tools/AgentSim/CMakeLists.txt
    • -0
    • +2
    /tools/AgentSim/config/AgentSim.ini
    • -0
    • +43
    /tools/AgentSim/main.cpp
Updated CANDumpPlayer to add feature for changing playback speed of CAN messages. The update is specific to Linux, so CANDumpPlayer will only build on Linux platform going forward.

- Updated CANDumpPlayer/main.cpp to add playback speed option.

- Updated tools/CMakeLists.txt to only build on Linux.

    • -45
    • +132
    /tools/CANDumpPlayer/main.cpp
MsgUtils modularization change to no longer require global pip install, but use venv for local installation.

- Updated MsgUtils/CMakeLists.txt to use venv to setup user environment with MsgUtils module.

- Updated MsgUtils.cmake to use updated venv python.

- Removed MsgUtils/scripts/setup.py since no longer doing global pip install.

- Updated pyproject.toml for MsgUtil module definitions.

- Updated MessageBuilder.cpp and LeahiRt/main.cpp to fix compile errors.

    • -0
    • +17
    /lib/MsgUtils/scripts/pyproject.toml
Created AgentInterface, moved AgentMessage, and added config file to LeahiRt.

- Moved AgentMessage.h/cpp from Comms lib to MsgUtils lib.

- Added AgentInterface to Comms lib for connect as client to Agent local socket.

- Updated LeahiRtController to use AgentInterface.

    • -0
    • +3
    /LeahiRt/config/LeahiRt.ini
    • -0
    • +124
    /lib/Comms/include/AgentInterface.h
    • -189
    • +0
    /lib/Comms/include/AgentMessage.h
    • -0
    • +203
    /lib/Comms/src/AgentInterface.cpp
    • -0
    • +189
    /lib/MsgUtils/include/AgentMessage.h
    • -0
    • +175
    /lib/MsgUtils/src/AgentMessage.cpp
Added AgentMessage class for framing messages between LeahiRt and Agent.

- Added AgentMessage.h/cpp and updated CMakeLists.txt to include new files.

    • -0
    • +189
    /lib/Comms/include/AgentMessage.h
    • -0
    • +175
    /lib/Comms/src/AgentMessage.cpp
Fixed compiler errors.

- Updaetd LeahiRtController.cpp to remove references to debug code.

- Updated lib/MsgUtils/CMakeLists.txt to reference correct Unhandled.conf.

Moved CloudSyncRt to LeahiRt.

    • -52
    • +0
    /CloudSyncRt/CloudSyncRtController.cpp
    • -41
    • +0
    /CloudSyncRt/CloudSyncRtController.h
    • -0
    • +43
    /LeahiRt/CMakeLists.txt
    • -0
    • +52
    /LeahiRt/LeahiRtController.cpp
    • -0
    • +41
    /LeahiRt/LeahiRtController.h
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.

    • -14
    • +14
    /lib/MsgUtils/cmake/MsgUtils.cmake
    • -2
    • +2
    /lib/MsgUtils/scripts/GenerateProtobuf.py
    • -236
    • +0
    /lib/MsgUtils/scripts/MsgData.py
    • -44
    • +0
    /lib/MsgUtils/scripts/MsgProtobuf.py
    • -0
    • +176
    /lib/MsgUtils/scripts/msgutils/MsgCpp.py
    • -0
    • +234
    /lib/MsgUtils/scripts/msgutils/MsgData.py
    • -0
    • +42
    /lib/MsgUtils/scripts/msgutils/MsgProtobuf.py
    • -0
    • +3
    /lib/MsgUtils/scripts/msgutils/__init__.py
    • -0
    • +147
    /lib/MsgUtils/scripts/msgutils/templates/MsgDefs_cpp.jinja
    • -0
    • +60
    /lib/MsgUtils/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.

    • -4
    • +4
    /lib/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
    • +43
    /CloudSyncRt/CMakeLists.txt
    • -0
    • +52
    /CloudSyncRt/CloudSyncRtController.cpp
    • -0
    • +41
    /CloudSyncRt/CloudSyncRtController.h
    • -0
    • +41
    /CloudSyncRt/main.cpp
    • binary
    /SDDs/CloudSyncRt.png
    • -0
    • +14
    /SDDs/CloudSyncRt.puml
    • -0
    • +91
    /lib/Comms/CMakeLists.txt
    • -0
    • +12
    /lib/Comms/Comms.pc.in
    • -0
    • +17
    /lib/Comms/CommsConfig.cmake.in
    • -0
    • +11
    /lib/Comms/CommsConfigVersion.cmake.in
  1. … 34 more files in changeset.