PxSetAppinfo()
Set the calling task’s application information.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
void PxSetAppinfo (PxArg_t info);
- ARGUMENTS
|
- DESCRIPTION
-
PxSetAppinfo puts the application information info in the calling task’s task control block. It overwrites any information previously stored in the control block.
- IMPLEMENTATION GUIDELINES
-
- Before call
-
-
No checks necessary.
-
- After call
-
-
No checks necessary.
-
- Best Practice
-
-
No restrictions.
-
- USAGE
-
#include "pxdef.h" PxSetAppinfo((PxArg_t) 7);