ModeStandby.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
I don't see any change here. How does this function get called? I don't see the function being used anywhere - nobody is calling it. I think it should be called by Messaging.c when a UI confirmatio...

I don't see any change here. How does this function get called? I don't see the function being used anywhere - nobody is calling it. I think it should be called by Messaging.c when a UI confirmation msg is received.

I thought we'd removed the first 3 states. Isn't install state the first state? Maybe Praneeth did that and it will show up when you merge staging into your branch.

I thought we'd removed the first 3 states. Isn't install state the first state? Maybe Praneeth did that and it will show up when you merge staging into your branch.

LDT:4049-Addressed review comments

171

171

Is this too early to tell DD to start? Ask Vinay.

Is this too early to tell DD to start? Ask Vinay.

Initialize post treatment too.

Initialize post treatment too.

Delete this. No treatment params mode in Leahi.

Delete this. No treatment params mode in Leahi.

Add blank line between declarations and code.

Add blank line between declarations and code.

I would keep this stuff commented out until disinfection is implemented.

I would keep this stuff commented out until disinfection is implemented.

Door already not required. Remove.

Door already not required. Remove.

break into 2 lines.

break into 2 lines.

Let's comment remaining states for now.

Let's comment remaining states for now.

Remove this line. There is no syringe detection.

Remove this line. There is no syringe detection.

Door is probably not required to be closed in standby. Change to FALSE.

Door is probably not required to be closed in standby. Change to FALSE.

Let's remove this for now.

Let's remove this for now.

Service record not yet available. Comment out with TODO

Service record not yet available. Comment out with TODO

INVALID_REQUEST_FORMAT

INVALID_REQUEST_FORMAT

I think we can do this check now, right?

I think we can do this check now, right?

Change reject reason to DD_BUSY.

Change reject reason to DD_BUSY.

Change reason to FP_BUSY

Change reason to FP_BUSY

Fix reject reason name (not filter temperature?)

Fix reject reason name (not filter temperature?)

Add a TODO

Add a TODO

Use structure instead of U32.

Use structure instead of U32.

Make a structure for initiate treatment request payload (with 1 U32 in it) and use structure instead of U32.

Make a structure for initiate treatment request payload (with 1 U32 in it) and use structure instead of U32.

LDT-4049- standby implementation

  1. … 6 more files in changeset.
currentInstallState is an input.

currentInstallState is an input.

Do we need doxygen comments for static function declarations? We will have a header in the definition.

Do we need doxygen comments for static function declarations?
We will have a header in the definition.

AirPump.h should be above AirTrap.h

AirPump.h should be above AirTrap.h

Who is calling this function? Should be coming from UI, right? So should be a message handler (returns BOOL, takes a message as param, function is in table at top of Messaging.c).

Who is calling this function? Should be coming from UI, right? So should be a message handler (returns BOOL, takes a message as param, function is in table at top of Messaging.c).