This function allows setting of a unique component identifier in service entry that is provided. Along with setting the product ID (see cwbSV_SetTraceProduct), this call should be used to distinguish your trace entries from other product's entries in the trace file.
unsigned int CWB_ENTRY cwbSV_SetTraceComponent( cwbSV_TraceDataHandle traceDataHandle, char *componentID);
The following list shows common return values.
This value should be set before calling the corresponding log function, "cwbSV_LogTraceData()". The suggested hierarchy is that you would define a product ID with one or many components that are defined under it.