PxGetSavedEvents()
Return events saved for the calling task.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxEvents_t PxGetSavedEvents (void);
- RETURN VALUES
-
-
Saved events of calling task
-
- DESCRIPTION
-
PxGetSavedEvents returns the events saved for the calling task.
- IMPLEMENTATION GUIDELINES
-
- Before call
-
-
No checks necessary.
-
- After call
-
-
No checks necessary.
-
- Best Practice
-
-
No restrictions.
-
- SEE ALSO
- USAGE
-
#include "pxdef.h" PxEvents_t Ev = PxGetSavedEvents(); if (Ev.error != PXERR_NOERROR) { // Report error }