Changes between Version 138 and Version 139 of Writing Rules/Tlmt


Ignore:
Timestamp:
Mar 3, 2009, 2:20:21 PM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v138 v139  
    149149This class inherits from the standard SystemC '''sc_core::sc_module''' class, that acts as the root class for all TLM-T modules.
    150150
    151 The initiator uses the class '''pdes_local_time''' for managing and interacting with his local time and with the interval between two consecutive null messages.
    152 The class '''pdes_local_time''' is described in section D.5.
     151The initiator uses the class '''pdes_local_time''' for managing and interacting with his local time and with the interval between two successive timed messages.
     152The class '''pdes_local_time''' is detailed in section D.5.
    153153
    154154The initiator activity status (used by the temporal filtering, as described in section F) is managed for the class '''pdes_activity_status'''.
     
    214214and the corresponding thread is descheduled.
    215215
    216 This time quantum mechanism is implemented in the '''pdes_local_time''' class.
     216This time quantum mechanism, as well as the local time, is implemented in the '''pdes_local_time''' class.
    217217For each initiator, the time quantum value is a parameter defined as a constructor argument.
    218 The three members methods are...
    219218The '''pdes_local_time''' has the following access functions:
    220219{{{