Show
Ignore:
Timestamp:
07/08/07 05:51:41 (17 months ago)
Author:
krobillard
Message:

Component inputs can now be declared /quiet or /strobe

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/component.h

    r428 r430  
    1414 
    1515// Component Count Accessors 
    16 #define ur_ccIn(cell)   (cell)->coord.elem[0] 
    17 #define ur_ccOut(cell)  (cell)->coord.elem[1] 
    18 #define ur_ccLoc(cell)  (cell)->coord.elem[2] 
    19 #define ur_ccMask(cell) (cell)->coord.elem[3] 
     16#define ur_ccIn(cell)       (cell)->coord.elem[0] 
     17#define ur_ccOut(cell)      (cell)->coord.elem[1] 
     18#define ur_ccLoc(cell)      (cell)->coord.elem[2] 
     19#define ur_ccMask(cell)     (cell)->coord.elem[3] 
     20#define ur_ccSpec(cell)     (cell)->dt.mask1 
    2021 
    2122// LIMIT: ur_ccMask limits number of component inputs to 16. 
    22 //        Could use last int32_t of cell to handle 32. 
    2323 
    2424