PxGetCoreId()
Get the Id of the running core.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxCoreId_t PxGetCoreId (void); - RETURN VALUES
-
-
core Id
-
- DESCRIPTION
-
PxGetCoreIdreturns the Id of the running core.
- IMPLEMENTATION GUIDELINES
-
- Before call
-
-
No checks necessary.
-
- After call
-
-
No checks necessary.
-
- Best Practice
-
-
No restrictions.
-
- USAGE
-
#include "pxdef.h" PxUInt_t coreId = PxGetCoreId();