Changes between Version 98 and Version 99 of Writing Rules/Tlmt


Ignore:
Timestamp:
Mar 2, 2009, 4:30:14 PM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v98 v99  
    245245and a slower simulation speed.
    246246
    247 This time quantum parameter is implemented using the '''QuantumKeeper''' construct already available in TLM2.0. The main
     247This time quantum parameter is implemented using the '''!QuantumKeeper''' construct already available in TLM2.0. The main
    248248difference comes from the fact that this class is just used to manage the synchronization interval between two null
    249 messages. More precisely, the '''sync()''' function of '''QuantumKeeper''' is not used at all, because it implicitely
     249messages. More precisely, the '''sync()''' function of '''!QuantumKeeper''' is not used directly, because it implicitely
    250250calls a '''wait(x)''' statement (x being a time delay, which is valid in TLM2.0 but forbidden in the presented
    251 distributed time approach).
     251distributed time approach). The only needed part in this function is the '''reset()''' feature.
    252252
    253253