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

Expression Types


Detailed Description

The following defines specify the various flavors of expression types that can be stored in its elem_ptr union.


Defines

#define ETYPE_NONE   0
#define ETYPE_FUNIT   1
#define ETYPE_DELAY   2
#define ETYPE_THREAD   3
#define ETYPE_VEC1   4
#define ETYPE_VEC2   5


Define Documentation

#define ETYPE_DELAY   2
 

Specifies that the element pointer points to a delay

#define ETYPE_FUNIT   1
 

Specifies that the element pointer points to a functional unit

#define ETYPE_NONE   0
 

Specifies that the element pointer is not valid

#define ETYPE_THREAD   3
 

Specifies that the element pointer points to a thread

#define ETYPE_VEC1   4
 

Specifies that the element pointer points to a single temporary vector

#define ETYPE_VEC2   5
 

Specifies that the element pointer points to a vector2 block


Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4