Changeset 117 for trunk/Platforms/Test/src/test.cpp
- Timestamp:
- May 16, 2009, 4:42:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platforms/Test/src/test.cpp
r114 r117 60 60 //~~~~~ [ Environment ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 61 61 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 62 62 63 uint32_t nb_thread = morpheo->_nb_thread; 63 64 uint32_t nb_entity = 1; 64 65 … … 212 213 { 213 214 tty_address [i] = TTY_BASE; 214 nb_tty [i] = 4;215 nb_tty [i] = nb_thread; 215 216 } 216 217 string ** name_tty = new string * [nb_component_tty]; … … 229 230 { 230 231 ramlock_address [i] = RAMLOCK_BASE; 231 nb_lock [i] = 10 ;232 nb_lock [i] = 100*nb_thread; 232 233 } 233 234 … … 247 248 248 249 Parameters * param_environment = new Parameters 249 (nb_entity, 250 (nb_thread, 251 nb_entity, 250 252 251 253 iaccess_nb_context, … … 293 295 nb_tty, 294 296 name_tty, 295 false,297 true, 296 298 297 299 nb_component_ramlock,
Note: See TracChangeset
for help on using the changeset viewer.