_PxInit_Start_Cores()
Start core according to initialization structure.
- APPLIES TO
-
8.2.0
- SYNOPSIS
-
PxError_t _PxInit_Start_Cores (PxUChar_t coreId, PxInitSpec_ct initspec); - ARGUMENTS
|
|
|
- RETURN VALUES
-
-
PXERR_NOERRORif successful, or a PXROS-HR error code otherwise.
-
- ERROR CODES
-
PXERR_GLOBAL_ILLEGAL_COREunsupported
coreId - DESCRIPTION
-
_PxInit_Start_Coresimplements a default function for starting other cores in a multicore environment. This function is called inside ofPxInit. It can be overridden by the user to customize the application.
- SEE ALSO