Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-11114: Fixed alarm data broadcast structure issue.

  1. … 2 more files in changeset.
DEN-11114: Fixed bug DEN-11663.

DEN-11114 addressed the code review comments

  1. … 1 more file in changeset.
DEN-11098 Addressed code review comments

  1. … 2 more files in changeset.
Dara, did you add this alarm?

Dara, did you add this alarm?

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

No I do not think so. The CRCs are all checked in the self test.

No I do not think so. The CRCs are all checked in the self test.

Done.

Done.

Yes, if you add "alarm no alarm" it will not be checked.

Yes, if you add "alarm no alarm" it will not be checked.

Done.

Done.

Magic numbers on these new for loops.

Magic numbers on these new for loops.

Align comment.

Align comment.

Done.

Done.

Fixed it.

Fixed it.

Done.

Done.

Done.

Done.

Done.

Done.

DEN-11114 addressed the code review comments. DEN-11364 removed the 1 second fans monitor interval

Update message list with latest data details.

Update message list with latest data details.

Update message list with latest broadcast msg data details.

Update message list with latest broadcast msg data details.

We don't need to calculate digit count - just use strlen(tempCharBuffer) after sprintf creates your string.

We don't need to calculate digit count - just use strlen(tempCharBuffer) after sprintf creates your string.

I would set this to at least 11 because you are using sprintf to create an unsigned integer string (max is 10 digits + 1 zero terminator) and we want to make sure we give sprintf a large enough buf...

I would set this to at least 11 because you are using sprintf to create an unsigned integer string (max is 10 digits + 1 zero terminator) and we want to make sure we give sprintf a large enough buffer to populate - otherwise it will overwrite memory.

.crc?

.crc?

1 and 0 is not clear. Better to say FIFO send and reset.

1 and 0 is not clear. Better to say FIFO send and reset.

Create and trigger new alarm.

Create and trigger new alarm.