canbus

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-1927 : Implementation (2 of 4)

- Fixed the Dialysate Flow issue

  1. … 1 more file in changeset.
DEN-1714 : Implementation

- Filled the comment in regards to Code Review comment.

  1. … 1 more file in changeset.
DEN-1714 : Implementation

- Added cppcheck output.

- Added Linux signal handler to quit the application gracefully.

- Added manual coco validation. // coco begin validated:

  1. … 18 more files in changeset.
DEN-1714 : Implementation

- Fixed the CanBus unit tests by the new sequence number added to the messages.

- Removed none implemented classes because it was coming always as the low coverage.

  1. … 3 more files in changeset.
DEN-1714 : Implementation

- Added missing documentation

- Disabled the Acknow message debugging.

  1. … 2 more files in changeset.
DEN-1714 : Implementation

    • -0
    • +146
    ./messageacknowmodel.cpp
    • -0
    • +125
    ./messageacknowmodel.h
  1. … 6 more files in changeset.
DEN-1714 : Implementation

  1. … 3 more files in changeset.
Merge branch 'master' into DEN-1710_Ack_Back

  1. … 3 more files in changeset.
DEN-1714 : Implementation

  1. … 20 more files in changeset.
Merge branch 'master' into DEN-1396_LogHandler

  1. … 26 more files in changeset.
DEN-1714 : Implementation

  1. … 10 more files in changeset.
Revision 56d00a8, line 98

- Added space between functions.

DEN-1437 : Implementation

- Changed 2019-2019 in copyright to 2019-2020.

  1. … 49 more files in changeset.
Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 5 more files in changeset.
Merge branch 'master' into DEN-1090_MessageHandler

  1. … 18 more files in changeset.
DEN-1617 : Implementation - Alarm Logging and Acknowledgment

- Ooooooopppps !

- Forgot a not in some classes.

  1. … 3 more files in changeset.
DEN-1617 : Implementation - Alarm Logging and Acknowledgment

- Added threading to other classes (Application / Gui controller, ...) and restructured the threading to meed the Qt limitation.

- Documented the code

- Ran cppCheck again

- Cleaned the includes and using namespace (They have left after so many changes and some were useless.)

- Added _init flag for init methods so not to be able to call them twice.

- Added another init method with the thread parameter to be able to pass the thread of the class and also be able to use the class without any thread for unit tests.

- Created a Threads namespace to gather all the threads in one place.

- Update the unit tests as well. [to make it work with the new structure/threading.]

  1. … 22 more files in changeset.
DEN-1617 : Implementation - Alarm Logging and Acknowledgment

- Added Threading for :

. Can Frame

. Can Message

. USB Watcher

- Changed the File Handler implementation

- Changed the Singleton from pointer to static reference

// TODO :

- We still need to work on threading on other classes

- We need to have a singleton parent class

- Some code has been added to debug can interface (We still have swap frames)

- Thread Objects need to be gathered all together in one place to be handled easily.

    • -0
    • +20
    ./messageglobals.cpp
  1. … 14 more files in changeset.
DEN-1617 : Implementation - Alarm Logging and Acknowledgment

- Alarm Logging has been added

- Some other changes has been done to the code and messaging.

- Acknowledgment is not done [ Had an agreement with Sean for design but needs more time and we need to do it all together.]

    • -0
    • +19
    ./alarminterpreter.cpp
    • -0
    • +41
    ./alarminterpreter.h
  1. … 28 more files in changeset.
Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 49 more files in changeset.
DEN-1090 : UI Message Handler / Error Handler

- Incomplete merge of the added feature for First parameter of the BloodFlow has to be unsigned int and changed to S32.

- Updated the unit tests.

  1. … 6 more files in changeset.
Merge branch 'DEN-1090_MessageHandler' into DEN-1396_LogHandler

- Added the changes to the BloodFlow first parameter form unsigned to signed to be updated.

  1. … 1 more file in changeset.
DEN-1090 : UI Message Handler / Error Handler

- First parameter of the BloodFlow has to be unsigned int and changed to S32.

  1. … 1 more file in changeset.
DEN-1396 : UI Log Handler

MISC :

- Updated the Singleton defines to delete the instance.

- Added/moved the floatCompare in the types.cpp and created the file to do so.

LOGGING :

- Implemented logging

- Added LOG_EVENT / LOG_DATUM / LOG_ERROR in code instead of qDebug() as sample of the log event .

- Added export to USB feature.

- Added "Export Button"

  1. … 20 more files in changeset.
DEN-1434 : UI In-Treatment Screen (Monitoring)

- Added "PWM Duty Cycle" parameter to BloodFlow Monitoring command

  1. … 3 more files in changeset.
DEN-1090 : UI Message Handler / Error Handler

- Fixed a typo

DEN-1090 : UI Message Handler / Error Handler

- Fixed Comment Spacing [Code Review]

DEN-1090 : UI Message Handler / Error Handler

- Updated the constants by enums [Code Review]

DEN-1090 : UI Message Handler / Error Handler

- Trying a solution to have separate unit tests for each feature.

- Changed the unittests class to tst_canbus since this is the unit test for implemented canbus messages and interaction.

- removed .pro.user from gitignore since denali.pro.user contains configurations for local unit tests setup and need to be cloned for the new ones.

- Fixed issues which has been found during the unit tests.

  1. … 10 more files in changeset.
DEN-1090 : UI Message Handler / Error Handler

- renamed MessageHandler to FrameInterface to understand easier in SDD.

    • -0
    • +168
    ./frameinterface.cpp
    • -0
    • +102
    ./frameinterface.h
  1. … 4 more files in changeset.