This function allows setting of a unique product identifier in the trace handle that is provided. Along with setting the component ID (see cwbSV_SetSPIComponent), this call should be used to distinguish your trace entries from other product's entries in the trace file.
unsigned int CWB_ENTRY cwbSV_SetSPIProduct( cwbSV_TraceSPIHandle traceSPIHandle, char *productID);
The following list shows common return values.
This value should be set before calling the corresponding log functions, "cwbSV_LogAPIEntry()" and "cwbSV_LogAPIExit(). The suggested hierarchy is that you would define a product ID with one or many components that are defined under it.