PxGetAppinfo()
Return the calling task’s application information.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxArg_t PxGetAppinfo (void);
- RETURN VALUES
-
-
Application information
-
- DESCRIPTION
-
PxGetAppinfo returns the application information info from the calling task’s task control block.
- IMPLEMENTATION GUIDELINES
-
- Before call
-
-
No checks necessary.
-
- After call
-
-
No checks necessary.
-
- Best Practice
-
-
No restrictions.
-
- USAGE
-
#include "pxdef.h" PxArg_t info = PxGetAppinfo();