Parameters like these
 32769  s32   RO              0  lowpass.0.time
 32769  s32   RW              0  lowpass.0.tmax
allow you to scope the execution time of HAL functions.0'.  They exist
for all HAL components, not just those created with 'comp'.  They're
automatically created by hal for each function.  "time" is the number of
CPU cycles it took to execute that function the last time it was
created, and "tmax" is the maximum number of CPU cycles it took to
execute that function.  "tmax" is a writable pin so that a user can
manually set it to 0 to get rid of the effects of first-time
initialization on the function's execution time.

Jeff

------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to