application

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-9639: Code Review 0

- Addressed code reviews

- Reoved LOG_DEBUG_UI since the DEBUG log is all about UI and adding a UI to it was useless.

- Removed the time stamp from the POST start/stop log since the log itself has timestamp.

- Added more documentation to the ApplicationPOST class.

- Renamed the FileSystem to ShaSum check in the ApplicationPOST.

- Updated the WiFi POST check funciton.

- Updated the initial Screen to pause the animation when the UI navigates out of that screen when we are in test (usual case should not happen since we fail or pass the POST and either stops the animation.)

- Updated the AlarmMapping to reflect the FILESYSTEM error change to SHASUM error.

    • -3
    • +2
    /sources/bluetooth/BluetoothInterface.cpp
    • -1
    • +1
    /sources/canbus/MessageAcknowModel.cpp
    • -2
    • +2
    /sources/canbus/MessageInterpreter.cpp
    • -1
    • +2
    /sources/gui/qml/components/WaitDone.qml
  1. … 5 more files in changeset.
Remove blank line.

Remove blank line.

In the header file, the Ethernet and sound tests are said to be not required (i.e. should not prevent system use). So this comment appears to be inconsistent with the header file.

In the header file, the Ethernet and sound tests are said to be not required (i.e. should not prevent system use).
So this comment appears to be inconsistent with the header file.

"... and then, and them," - looks like something is wrong with this comment.

"... and then, and them," - looks like something is wrong with this comment.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

DEN-9826: Follow Up: UI_DEV: POST [ FS ]

- Added a shu256sum for the denali application.

In UI we have multiple types of TODOs. DEBUG, FIXME, WARNING, NOTE, TODO

In UI we have multiple types of TODOs.
DEBUG, FIXME, WARNING, NOTE, TODO

This was not a bug, It was a change request from Sarina to remove the Rinseback Aditional 5 min counter. I kept it in case we may need it later.

This was not a bug,
It was a change request from Sarina to remove the Rinseback Aditional 5 min counter.
I kept it in case we may need it later.

Does this mean commenting out these 2 lines fixed a bug? If so, why not just delete them?

Does this mean commenting out these 2 lines fixed a bug? If so, why not just delete them?

Temporary? Maybe add a // TODO or is // DEBUG something you'll know to search for later?

Temporary? Maybe add a // TODO or is // DEBUG something you'll know to search for later?

DEN-9928: Post Treatment Log Treatment Time in Hours instead of Minutes

- Changed the "Treatment Duration" and "Actual Treatment Duration" unit to minutes instead of hours.

DEN-10153: Treatment Log Comments Investigations

- Patient Name removed.

- Treatment Duration moved in [Treatment Prescription] section

- Actual Treatment Duration moved in [Treatment Parameters] section

updated.

updated.

updated.

updated.

updated.

updated.

updated.

updated.

DEN-9639: Code Review 0

    • -4
    • +4
    /sources/bluetooth/BluetoothInterface.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
We either start with Capital letter everywhere or we don't.

We either start with Capital letter everywhere or we don't.

We either start with Capital Letter everywhere or we don't.

We either start with Capital Letter everywhere or we don't.

Remove extra spaces after vData.

Remove extra spaces after vData.

it is (formal) instead of it's (informal)

it is (formal) instead of it's (informal)

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

DEN-9638: Code Analysis

Bamboo Commit: Updated MAlarmMapping.cpp

    • -2
    • +2
    /sources/model/hd/alarm/MAlarmMapping.cpp
Fixed.

Fixed.

Code Review Comments

- QApplication typo

- Added a UI version of the Log Macros.

    • -3
    • +3
    /sources/bluetooth/BluetoothInterface.cpp
    • -2
    • +2
    /sources/canbus/MessageAcknowModel.cpp
    • -4
    • +3
    /sources/canbus/MessageInterpreter.cpp
1) This sleep helps the Bluetooth driver to load properly. 2) After many, many tests figured the Bluetooth device needs a power cycle after it is loaded and find out if giving it a 5-second delay b...

1) This sleep helps the Bluetooth driver to load properly.
2) After many, many tests figured the Bluetooth device needs a power cycle after it is loaded and find out if giving it a 5-second delay before setting the "hci" device to up, then it works fine and doesn't need the power cycle anymore. I timed the boot up and it's still under 30 seconds.
3) Yes it shouldn't break the loading of the other prototypes, since they may never even need it.