Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

exclude_reason_s Struct Reference

#include <defines.h>


Detailed Description

Structure that holds the information for an exclusion reason. This structure is stored in the functional unit that contains the signal, expression or FSM table.


Data Fields

char type
int id
time_t timestamp
char * reason
exclude_reasonnext


Field Documentation

int exclude_reason_s::id
 

Specifies the numerical ID of the exclusion (type and id together make a unique identifier)

exclude_reason* exclude_reason_s::next
 

Pointer to the next exclusion reason structure

char* exclude_reason_s::reason
 

String containing reason for exclusion

time_t exclude_reason_s::timestamp
 

Time that the reason was added to the CDD

char exclude_reason_s::type
 

Specifies the type of exclusion (L=line, T=toggle, M=memory, E=expression, F=FSM, A=assertion)


The documentation for this struct was generated from the following file:
Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4