leahi-common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
align comments

align comments

All the else if should always have an ending else block. add a blank else block or change line 232 as else { if() { } }

All the else if should always have an ending else block.

add a blank else block or change line 232 as
else
{
if() { }
}

Add @alarms

Add @alarms

will create a branch for dialin and make the necessary changes. Before merging will talk to Caitlynn to change the variable in automated testing as well.

will create a branch for dialin and make the necessary changes. Before merging will talk to Caitlynn to change the variable in automated testing as well.

Updated to store the result in a local BOOL

Updated to store the result in a local BOOL

Yes, these are low-priority alarms

Yes, these are low-priority alarms

Yes, these are low-priority alarms

Yes, these are low-priority alarms

Set to local BOOL and then return the BOOL.

Set to local BOOL and then return the BOOL.

Make a #define up top for the 5.

Make a #define up top for the 5.

Initialize this in the init function instead of here.

Initialize this in the init function instead of here.

Yes,I Added the Dial-in override function for the publish interval.

Yes,I Added the Dial-in override function for the publish interval.

Please confirm if these are low-priority alarms at rank 999?

Please confirm if these are low-priority alarms at rank 999?

Please confirm if these are low-priority alarms at rank 999?

Please confirm if these are low-priority alarms at rank 999?

LEAHI-COMMON-LDT-5184_System Data and Logs (DD) - Conductivity Sensor Calibration (3/3)
LEAHI-COMMON-LDT-5184_System Data and Logs (DD) - Conductivity Sensor Calibration (3/3)
Remove empty line

Remove empty line

Please sync this payload in DD firmware, Leahi-dialin and System Scripts.

Please sync this payload in DD firmware, Leahi-dialin and System Scripts.

Align the indent

Align the indent

Add the header description.

Add the header description.

Do we need to transition to next state DD_PREGEN_DRY_BICART_INITIAL_FILL here?

Do we need to transition to next state DD_PREGEN_DRY_BICART_INITIAL_FILL here?

Remove empty lines.

Remove empty lines.

Add comments across the file.

Add comments across the file.

Add comment.

Add comment.

Add a test support for Pregen fill request.

Add a test support for Pregen fill request.

Update header description for all newly added functions.

Update header description for all newly added functions.

You may need to check other flags such as DryBicartFillRequested( Initial Fill), bicarbChamberFillRequested (Filling Chamber F), instead of 'bicarbChamberPregenFillRequested'. Keep Drain and Depres...

You may need to check other flags such as DryBicartFillRequested( Initial Fill), bicarbChamberFillRequested (Filling Chamber F), instead of 'bicarbChamberPregenFillRequested'. Keep Drain and DepressurizeRequest flag as is. This makes sure at any given point, dryBicartExec calls one of the service only.