Changeset 418 for branches/thune/thread_safe/urlan.h
- Timestamp:
- 06/22/07 20:53:36 (17 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/urlan.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/urlan.h
r417 r418 78 78 #define UT_PORT 36 79 79 #define UT_STRUCT 37 80 81 #define UT_BI_COUNT 38 80 #define UT_COMPONENT 38 81 #define UT_PLUG 39 82 83 #define UT_BI_COUNT 40 82 84 #define UT_MAX 64 83 85 #define UT_TYPEMASK 99 … … 202 204 203 205 204 /*205 206 typedef struct 206 207 { … … 208 209 uint8_t flags; 209 210 uint16_t inputMask; 210 UIndex wordN; 211 UIndex valN; 211 UIndex wordN; /* wordBlk at same position as in context. */ 212 UIndex valN; /* valBlk at same position as in context. */ 212 213 UIndex bodyN; 213 214 } 214 215 UCellComponent; 215 */216 216 217 217 … … 359 359 UCellContext ctx; 360 360 UCellContext port; 361 //UCellComponent comp;362 361 UCellCall call; 363 362 UCellFunction func; … … 372 371 UCellError err; 373 372 UCellCode code; 373 UCellComponent comp; 374 374 } 375 375 UCell;
