PICOEVENT Struct Reference
[Debug Features]

Event info structure. More...

#include <picoos.h>


Data Fields

PICOEVENTnext
 Pointer to the next event info structure.
PICOEVENTprev
 Pointer to the previous event structure.
PEVENTTYPE type
 Type of the event (semaphore / mutex / flag event, see PEVENTTYPE for details).
void * handle
 Handle value of the pico]OS event.
const char * name
 Name of this event (ASCII string).
INT_t counter
 State of the internal counter of the event (semaphore or mutex), or bitfield of flags (flag event).


Detailed Description

Event info structure.

This structure can be used by a debugger IDE to display event status information. (used for debugging when POSCFG_FEATURE_DEBUGHELP is set to 1)

Note:
This structure must never be changed to keep compatibility with existing debugger integrations.
See also:
picodeb_eventlist, PICOTASK


The documentation for this struct was generated from the following file:
Generated on Mon May 1 11:07:42 2006 for pico]OS by  doxygen 1.4.6-NO