FPDefs.h

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 1 more file in changeset.
resolved merge conflicts

  1. … 2 more files in changeset.
added param and output

added param and output

Added struct packing

Added struct packing

Update function header to include message param.

Update function header to include message param.

This structure is for message payload. There is nothing to pack in this specific structure, but I think we should be in the habit of packing ALL payload structures in case a future structure change...

This structure is for message payload. There is nothing to pack in this specific structure, but I think we should be in the habit of packing ALL payload structures in case a future structure change does require packing.

removed

removed

Fixed

Fixed

done

done

Updated

Updated

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

I don't see fix. I'm resolving this comment, but I added another comment that hopefully clarifies the issue.

I don't see fix. I'm resolving this comment, but I added another comment that hopefully clarifies the issue.

Missing message param.

Missing message param.

Message handling functions must take a message as parameter (i.e. prototype of function should look like BOOL funcName( MESSAGE_T *message );

Message handling functions must take a message as parameter (i.e. prototype of function should look like BOOL funcName( MESSAGE_T *message );

Calculated is mis-spelled.

Calculated is mis-spelled.

If this function is only called from here, should we just move the function's code into this function (i.e. combine the functions)?

If this function is only called from here, should we just move the function's code into this function (i.e. combine the functions)?

Remove extra blank line.

Remove extra blank line.

Remove blank line.

Remove blank line.

Remove extra blank line.

Remove extra blank line.

Added the missing messages

Added the missing messages

Moved

Moved

Added

Added

Added

Added

Added

Added