|
FireSync API
|
Represents a CSum value in the format produced by the Binarize-CSum camera algorithm (version 4).
Use the associated macros to extract individual CSum fields.
kCSum4 supports the kdat6 serialization protocol.

Public Attributes | |
| k32u | csum |
| Column sum fields. | |
Related | |
| #define | kCSum4_MaxSum_() kxCSum4_MaxSum_() |
| Reports the maximum sum that can be represented by this data type. More... | |
| #define | kCSum4_MaxWSum_() kxCSum4_MaxWSum_() |
| Reports the maximum weighted sum that can be represented by this data type. More... | |
| #define | kCSum4_Init_(CSUM, SUM, WSUM) kxCSum4_Init_(CSUM, SUM, WSUM) |
| Initializes a csum to a valid value. More... | |
| #define | kCSum4_InitOverflow_(CSUM) kxCSum4_InitOverflow_(CSUM) |
| Initializes a csum to represent the 'overflow' condition. More... | |
| #define | kCSum4_IsOverflow_(CSUM) kxCSum4_IsOverflow_(CSUM) |
| Reports whether the csum represents an 'overflow' result. More... | |
| #define | kCSum4_SetSum_(CSUM, SUM) kxCSum4_SetSum_(CSUM, SUM) |
| Sets the sum component of the CSum value. More... | |
| #define | kCSum4_Sum_(CSUM) kxCSum4_Sum_(CSUM) |
| Reports the sum component of the CSum value. More... | |
| #define | kCSum4_SetWSum_(CSUM, WSUM) kxCSum4_SetSum_(CSUM, WSUM) |
| Sets the weighted sum component of the CSum value. More... | |
| #define | kCSum4_WSum_(CSUM) kxCSum4_WSum_(CSUM) |
| Reports the weighted-sum component of the CSum value. More... | |