ParaNut SystemC Model
A SystemC Model of the ParaNut architecture
Public Attributes | List of all members
CEventDef Class Reference

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...
 

Detailed Description

Event definition class.

Member Data Documentation

◆ is_timed

bool CEventDef::is_timed

0 - event is just counted, 1 - event is timed.

◆ name

const char* CEventDef::name

Event name for displaying.


The documentation for this class was generated from the following file: