ParaNut SystemC Model
A SystemC Model of the ParaNut architecture
|
Event definition class. More...
#include <base.h>
Public Attributes | |
const char * | name |
Event name for displaying. More... | |
bool | is_timed |
0 - event is just counted, 1 - event is timed. More... | |
Event definition class.
bool CEventDef::is_timed |
0 - event is just counted, 1 - event is timed.
const char* CEventDef::name |
Event name for displaying.