Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/SetWIM
- Timestamp:
- 10/20/10 14:38:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/SetWIM
v3 v4 15 15 16 16 == Remarks == 17 This function allocates memory to accommodate the specified count of weight values. When the gross weight exceeds the on threshold the buffering begins. Integer gross weights are recorded into the buffer. When the gross weight drops below the off threshold the buffering stops. This allows the application to process many gross weights in an array for high speed.17 This function allocates memory to accommodate the specified count of weight values. When the gross weight exceeds the on threshold the buffering begins. Gross weights are recorded into the buffer. When the gross weight drops below the off threshold the buffering stops. This allows the application to process many gross weights in an array for high speed. 18 18 19 19 == Example ==