PxSetTraceFunc()
Set a new trace function.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxError_t PxSetTraceFunc (PxTraceFunc_t PxTraceFunc); - ARGUMENTS
|
- ERROR CODES
-
PXERR_ACCESS_RIGHTcalling task does not have the right to set the trace function
PXERR_SERVICE_NOT_CONFIGUREDService has not been configured into your PXROS
- DESCRIPTION
-
PxSetTraceFuncsets the PXROS trace function toPxTraceFunc.
- USAGE
-
#include "pxdef.h" PxError_t Err = PxSetTraceFunc(PxTraceFunc); if (Err != PXERR_NOERROR) { // Report error }