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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v139 v140  
    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 successive timed messages.
     151The initiator uses the '''pdes_local_time''' class for managing and interacting with his local time and with the interval between two successive timed messages.
    152152The class '''pdes_local_time''' is detailed in section D.5.
    153153
    154 The initiator activity status (used by the temporal filtering, as described in section F) is managed for the class '''pdes_activity_status'''.
     154The initiator activity status (used by the temporal filtering, as described in section F) is managed for the '''pdes_activity_status''' class.
    155155The corresponding access functions are '''set()''' and '''get()'''.
    156156
     
    216216This 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 '''pdes_local_time''' has the following access functions:
     218The '''pdes_local_time''' class has the following access functions:
    219219{{{
    220220  sc_core::sc_time m_local_time;                     // the initiator local time