TemperatureSensors.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Restore this blank line.

Restore this blank line.

This is legal, but odd looking. Can we define this structure type at top of module and have a normal declaration for baroCoeffs here?

This is legal, but odd looking. Can we define this structure type at top of module and have a normal declaration for baroCoeffs here?

Can we add a comment explaining why these temp sensors are monitored and the rest are ignored?

Can we add a comment explaining why these temp sensors are monitored and the rest are ignored?

Add blank line between declaration and code.

Add blank line between declaration and code.

Already uncommented.

Already uncommented.

Keep blank line.

Keep blank line.

Already removed the marge markers.

Already removed the marge markers.

Already removed marge markers.

Already removed marge markers.

F32 needs 0.0F init value.

F32 needs 0.0F init value.

Already removed the merge markers.

Already removed the merge markers.

Already removed the merge markers.

Already removed the merge markers.

Already removed the merge markers.

Already removed the merge markers.

Already removed merge markers.

Already removed merge markers.

Already removed the merge markers .

Already removed the merge markers .

Merge markers need to be removed.

Merge markers need to be removed.

Remove this test code.

Remove this test code.

No explanation for commenting this function.

No explanation for commenting this function.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

These merge markers will cause a build failure. Need to be removed.

These merge markers will cause a build failure. Need to be removed.

DG-DEN-13834_DG HD Dev HD DG Dvt Update Part 3
DG-DEN-13834_DG HD Dev HD DG Dvt Update Part 3
Probably a good idea for consistency, but not necessary. Where we need to add the 'F' suffix to floating point literals is when the literal will not be typed. Here, we are assigning 0.0 to an F32 t...

Probably a good idea for consistency, but not necessary. Where we need to add the 'F' suffix to floating point literals is when the literal will not be typed. Here, we are assigning 0.0 to an F32 typed variable so it will be typed properly. A #define may or may not be typed depending on how it's used. If it's used in a mathematical expression, the compiler will make it max precision (double) if we don't explicitly add the 'F' suffix and that can cause some problems with the precision in the math.

Remove blank line.

Remove blank line.

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH