ModePreTreat.h

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
While you are updating this file, can please break this line?

While you are updating this file, can please break this line?

Can we align like this result = u32BroadcastIntervalOverride( message, &preTreatmentStatePublishInterval, TASK_GENERAL_INTERVAL );

Can we align like this
result = u32BroadcastIntervalOverride( message,
&preTreatmentStatePublishInterval,
TASK_GENERAL_INTERVAL );

Add to inputs: preTreatmentStatePublishInterval

Add to inputs: preTreatmentStatePublishInterval

Updated to store the result in a local BOOL

Updated to store the result in a local BOOL

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.

Are we going to allow Dialin to override this publish interval?

Are we going to allow Dialin to override this publish interval?

Add a blank line before return statement.

Add a blank line before return statement.

Try to initialize these broadcast timer counters to different values (between 0 and 19) so that we don't broadcast all data messages at the same time - we want to spread these broadcasts out over e...

Try to initialize these broadcast timer counters to different values (between 0 and 19) so that we don't broadcast all data messages at the same time - we want to spread these broadcasts out over each 1 second period of time.

Set "Stops" property back to TRUE like the other reserved UI alarms.

Set "Stops" property back to TRUE like the other reserved UI alarms.

break this line

break this line

add an empty else block after the last else if block in these functions handlePreTxHeparinPreloadState handlePreTxHeparinAwaitSyringeLoadConfirmationState handlePreTxHeparinSeekState handlePreTxHep...

add an empty else block after the last else if block in these functions
handlePreTxHeparinPreloadState
handlePreTxHeparinAwaitSyringeLoadConfirmationState
handlePreTxHeparinSeekState
handlePreTxHeparinPrimeState
handlePreTxHeparinBolusState

break this line

break this line

Add initialization for heparinSetupResumeRequested and syringeLoadConfirmed

Add initialization for heparinSetupResumeRequested and syringeLoadConfirmed

Align all the function comments

Align all the function comments

Delete this row.

Delete this row.

should we replace current Pre-Treatment state with currentPreTreatmentState?

should we replace current Pre-Treatment state with currentPreTreatmentState?

Add @Message

Add @Message

break this line

break this line

break this line

break this line

Why is this on a separate line? Move after = above.

Why is this on a separate line? Move after = above.

Remove extra blank line.

Remove extra blank line.

Remove extra blank line.

Remove extra blank line.

LEAHI-TD-FIRMWARE-LDT-4031_Pre-Treatment - FW Implementation - 6/6:
LEAHI-TD-FIRMWARE-LDT-4031_Pre-Treatment - FW Implementation - 6/6:
Should this be the "Load Syringe" alarm that you just added?

Should this be the "Load Syringe" alarm that you just added?

I think ( setTxDur - preStop ) should be changed to ( preStop ). Also, I think preStop should be renamed to hepDurMin.

I think ( setTxDur - preStop ) should be changed to ( preStop ).
Also, I think preStop should be renamed to hepDurMin.

Can we remote this TODO comment?

Can we remote this TODO comment?