Return string name of the acquisition backend


const char* miraacq_GetRecorderType()


Input: None


Output: Recorder (acquisition plugin) type string 


Description:

miraacq_GetRecorderType returns version string together with the release date.


Example:

    

    const char* str=miraacq_GetRecorderType();

    printf("Type: '%s'\n",str);


Output:


Type: 'Ximea'