PresOccl.c

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed. Thanks!

Fixed. Thanks!

Fixed?

Fixed?

Fixed?

Fixed?

Fixed?

Fixed?

Fixed?

Fixed?

Fixed? There is a blank line here

Fixed? There is a blank line here

Used in airtrap.c and presoccl.c

Used in airtrap.c and presoccl.c

Unsure what table you are specifying. Does the current commit look correct?

Unsure what table you are specifying. Does the current commit look correct?

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

added the function call within the end of consumable self tests when air pump is enabled.

added the function call within the end of consumable self tests when air pump is enabled.

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Add // 150.

Add // 150.

Can't have gaps in alarm enum/tables - will not compile. Need to pull in alarms from other branches if necessary to fill the gaps.

Can't have gaps in alarm enum/tables - will not compile. Need to pull in alarms from other branches if necessary to fill the gaps.

Set this to something between 0 and 19 (for staggering different broadcasts over typical 1 second interval). Use it to initialize data publication timer counter (which is currently not initialized ...

Set this to something between 0 and 19 (for staggering different broadcasts over typical 1 second interval).
Use it to initialize data publication timer counter (which is currently not initialized at all).

Remove blank line.

Remove blank line.

Keep blank line between functions.

Keep blank line between functions.

Need function header.

Need function header.

Remove extra blank line.

Remove extra blank line.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

If we're using air pump (nominal case), we don't need to defer DG fills anymore - can signal these wherever we used to start filling before we added this delay.

If we're using air pump (nominal case), we don't need to defer DG fills anymore - can signal these wherever we used to start filling before we added this delay.

Add comment explaining what we're doing here.

Add comment explaining what we're doing here.

Agree not necessary, but also no harm. This may have been done in response to a code review comment in early days.

Agree not necessary, but also no harm. This may have been done in response to a code review comment in early days.

This new else if would not be necessary I think if the pump were just turned off on way out of closed state (my comment from closed state handler).

This new else if would not be necessary I think if the pump were just turned off on way out of closed state (my comment from closed state handler).

Why are we not turning off the air pump here? I do not see any delay in open state where pump is turned off, so we are only delaying by 50 ms. And I don't see any reason why pump should be on while...

Why are we not turning off the air pump here? I do not see any delay in open state where pump is turned off, so we are only delaying by 50 ms. And I don't see any reason why pump should be on while VBT is open.