This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Where is the definition and reference manual about NORMAL_API

I'm studying the DSPlink "loop" example. There are some key words like:

NORMAL_API, DSP_FAILED , ... and even the use of function stroll (...). Though I can see the meaning from the word itself, I still want to know which manual will give a formal definition and explanation. Can someone tell me where to find it....

  • Calvin

    The definition of NORMAL_API is in $DSPLINK/gpp/inc/usr/gpptypes.h

    The definition of DSP_FAILED is in $DSPLINK/gpp/inc/usr/errbase.h

    The header files that are used in the application are at  $DSPLINK/gpp/inc/usr

    DSPLink ships with a doxygen based API reference guide in The definition of $DSPLINK/doc

    Deepali