td-firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Alaram Fixes

Fixed

Fixed

Alaram Fixes

    • -0
    • +24
    /firmware/App/Controllers/AirTrap.c
Can we break the comment in 2-3 lines?

Can we break the comment in 2-3 lines?

Fixed

Fixed

mesage payload is not an input. We correctly mentioned it in the param. Input should be none as we are not reading any global or static variable declared at file level.

mesage payload is not an input. We correctly mentioned it in the param.
Input should be none as we are not reading any global or static variable declared at file level.

Output should be none as we are not updating any global or static variable declared at file level.

Output should be none as we are not updating any global or static variable declared at file level.

Please convert the function to have only single point of return. You can assign result = FALSE here. Also check for whitespace characters. Use 4 spaces instead of tab.

Please convert the function to have only single point of return.
You can assign result = FALSE here.

Also check for whitespace characters. Use 4 spaces instead of tab.

Add space : Change all sizeof(ALARM_ID_T) to sizeof( ALARM_ID_T )

Add space : Change all sizeof(ALARM_ID_T) to sizeof( ALARM_ID_T )

Why are we adding this header here?

Why are we adding this header here?

Merge branch 'staging' of bitbucket.org:diality-cloud/td-firmware into LDT-3215-measured-venous-pressure-decreases

LEAHI-TD-FIRMWARE-LDT-4003_HDF - FW Implementation - 4/4:
LEAHI-TD-FIRMWARE-LDT-4003_HDF - FW Implementation - 4/4:
Merge Fixes

    • -21
    • +50
    /firmware/App/Modes/ModePreTreat.c
Merge branch 'staging' into LDT-4003-hdf-fw-implementation-4-4

Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Fixes

Fixed

Fixed

Merge Fixes

Added

Added

Merge branch 'staging' of bitbucket.org:diality-cloud/td-firmware into LDT-4033-patient-vitals-fw-implementation

Fixes

Fixed missing indent in messaging file

LEAHI-TD-FIRMWARE-LDT-4160_[Request] Get function for full detailed Alarm Table
LEAHI-TD-FIRMWARE-LDT-4160_[Request] Get function for full detailed Alarm Table
LDT-4160- Added a new functaion to pull the alarm properties

    • -0
    • +33
    /firmware/App/Services/AlarmMgmtTD.c
Fixes

Merge Fixes