4-81
║
Arguments
IALG_Handle handle; /* algorithm instance handle */
║
Return Value
Void
║
Description
algActivate()
initializes any of the instance’s scratch buffers using the persistent memory that is
part of the algorithm’s instance object.
The first (and only) argument to
algActivate()
is an algorithm instance handle. This handle is
used by the algorithm to identify various buffers that must be initialized prior to calling any of the
algorithm’s processing methods.
For more details, see
TMS320 DSP Algorithm Standard API Reference.
(literature number
SPRU360).
║
See Also
algDeactivate()