PxTaskGetSize()
Return the size of a task control block.
- APPLIES TO
-
8.2.0
- SYNOPSIS
-
PxSize_t PxTaskGetSize (void);
- RETURN VALUES
-
-
Size of a task control block
-
- DESCRIPTION
-
PxTaskGetSize returns the size of a task control block.
- IMPLEMENTATION GUIDELINES
-
- Before call
-
-
No checks necessary.
-
- After call
-
-
No checks necessary.
-
- Best Practice
-
-
No restrictions.
-
- SEE ALSO
- USAGE
-
#include "pxdef.h" PxSize_t Size = PxTaskGetSize();