PxToSetName()
Assign a name to an object.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxError_t PxToSetName (PxTo_t to, const PxChar_t *buffer, PxUInt_t bufsize); - ARGUMENTS
|
|
|
|
|
- RETURN VALUES
-
-
PXROS error code
-
- ERROR CODES
-
PXERR_GLOBAL_ILLEGAL_COREThe requested object is not on the same core
PXERR_NAME_BUFOVERFLOWThe name has been truncated
PXERR_OBJ_ILLOBJThe passed object handle is not valid
PXERR_PROT_PERMISSIONThe name is not readable for the calling task
PXERR_SERVICE_NOT_CONFIGUREDService has not been configured
PXERR_ILLEGAL_ACCESSAccess through parameter pointer in size is illegal
- DESCRIPTION
-
PxToSetNameassigns the name to the object with handleto.PxToSetNameis the specialized version ofPxObjSetNameapplicable to timeout objects.