canbus

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-UI-1971 : Peman's comments

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

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

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

  1. … 3 more files in changeset.
DEN-1927 : Implementation (2 of 4)

- Fixed some typos found out during Design Reviews.

- Created and added Components out of the TreatmentTime Section.

- Created Circle.qml component

- Created TimeText.qml component

- Created ProgressCircle.qml

- Removed ModalDialog the blur background since it doesn't look good on target.

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

  1. … 11 more files in changeset.
DEN-1927 : Implementation (2 of 4)

- Added Treatment Time, Treatment Section.

- Added Ultrafiltration Message and updating the Treatment screen Ultrafiltration progressBar with values but the Max value is hard coded by 1000mL right now, since we don't have Treatment Prescriptions and so .

  1. … 7 more files in changeset.
DEN-1927 : Implementation (2 of 4)

- Added Solution Infusion progressBar.

  1. … 6 more files in changeset.
DEN-1927 : Implementation (2 of 4)

- Added Dialysate Outlet Flow data [added onto the setting home for testing]

- In regards to the added feature above, the previous DialysateFlow renamed to DialysateInletFlow.

- Added RangeBar.qml

- Renamed ProgressMaker to RangeMaker which makes more sense for its usability.

  1. … 12 more files in changeset.
DEN-1927 : Implementation (2 of 4)

- Added ProgressRect.qml

- Made the ProgressBar more modularized to be used in other components.

  1. … 9 more files in changeset.
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.