BloodLeakDriver.h

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAHI-DD-FIRMWARE-LDT-3552_The FW Message List generated aren't able to decode some messages
LEAHI-DD-FIRMWARE-LDT-3552_The FW Message List generated aren't able to decode some messages
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 3 more files in changeset.
LDT-2030 addressed code review comments

LDT-2030 addressed code review comments

  1. … 1 more file in changeset.
Can these be done without loop (just fix the size to cover both columns of the array)?

Can these be done without loop (just fix the size to cover both columns of the array)?

This memset should be deleted since handled above in loop now.

This memset should be deleted since handled above in loop now.

Add a blank line after declaration.

Add a blank line after declaration.

implement it in a single structure packing by moving all other pragma pack

implement it in a single structure packing by moving all other pragma pack

done

done

done

done

changed

changed

done

done

done

done

done

done

done.

done.

done.

done.

done.

done.

declared in the header and updated them.

declared in the header and updated them.

Resolved. Thanks

Resolved. Thanks

Resolved. Thanks

Resolved. Thanks

LDT-2030 addressed code review comments

  1. … 2 more files in changeset.
We can but not necessary - only necessary when using == operator.

We can but not necessary - only necessary when using == operator.

Can we write it as ( NU_EMB_MODE_CMD != expChar1 ) ?

Can we write it as ( NU_EMB_MODE_CMD != expChar1 ) ?

Minor: There is a typo with Inputs

Minor: There is a typo with Inputs

For init functions, I'm ok with saying something like "Blood leak driver unit variables initialized".

For init functions, I'm ok with saying something like "Blood leak driver unit variables initialized".

Remove extra blank line.

Remove extra blank line.

Should these 2 #defines be converted to an enum? If we did that, we could add a "NUM_OF_" to end and use the "NUM_OF_" enum for array declarations instead of literal "2".

Should these 2 #defines be converted to an enum? If we did that, we could add a "NUM_OF_" to end and use the "NUM_OF_" enum for array declarations instead of literal "2".

Some of these memset calls are zeroing a 2-dimensional array, so the size param is too short (only sizing 1st dimension).

Some of these memset calls are zeroing a 2-dimensional array, so the size param is too short (only sizing 1st dimension).