Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Should 0.5 be a #define?

Should 0.5 be a #define?

TODO should be all CAPS.

TODO should be all CAPS.

Is it really true that all function below this line are DVT?

Is it really true that all function below this line are DVT?

If these comment outs are not permanent, add a TODO. Otherwise remove the commented out code.

If these comment outs are not permanent, add a TODO. Otherwise remove the commented out code.

Is this logic right? Looks like it should be || instead of && and it should be == instead of != DG_MODE_INIT.

Is this logic right? Looks like it should be || instead of && and it should be == instead of != DG_MODE_INIT.

No point in initializing here - gets set by exec function.

No point in initializing here - gets set by exec function.

Is this a TODO?

Is this a TODO?

Fix alignment.

Fix alignment.

Fix alignment.

Fix alignment.

Should go to NV data POST state regardless of RTC pass/fail. Still need to get calibration and system records read.

Should go to NV data POST state regardless of RTC pass/fail. Still need to get calibration and system records read.

Keep this blank line.

Keep this blank line.

Magic number.

Magic number.

Keep this blank line.

Keep this blank line.

Add blank line between declarations and code.

Add blank line between declarations and code.

Add comments like others.

Add comments like others.

DVT software configuration?

DVT software configuration?

Keep this blank line.

Keep this blank line.

Flow rate is F32 so change 0 to 0.0F.

Flow rate is F32 so change 0 to 0.0F.

Fix alignment.

Fix alignment.

Why are these commented out. I thought these were fixed now.

Why are these commented out. I thought these were fixed now.

Keep this blank line.

Keep this blank line.

You can just use 0.0F here.

You can just use 0.0F here.

Add blank line between declarations and code.

Add blank line between declarations and code.

Should be s/w fault. Add TODO or trigger s/w fault now.

Should be s/w fault. Add TODO or trigger s/w fault now.

Blank line between declarations and code.

Blank line between declarations and code.

This assignment should be done above at declaration. Move calStatus declaration above result.

This assignment should be done above at declaration. Move calStatus declaration above result.

Keep this blank line.

Keep this blank line.

Do either of these 2 if statements need an else?

Do either of these 2 if statements need an else?

Blank line between declarations and code.

Blank line between declarations and code.

Prefer normal if else for calling functions. I see these throughout.

Prefer normal if else for calling functions. I see these throughout.