Changes between Version 37 and Version 38 of Writing Rules/Tlmt


Ignore:
Timestamp:
Feb 19, 2008, 6:44:11 PM (16 years ago)
Author:
fpecheux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v37 v38  
    1818= B) Single VCI initiator and single VCI target =
    1919
    20 Figure 1 presents a minimal system containing one single initiator, '''VciSimpleInitiator''' , and one single target, '''VciSimpleTarget'''. In the proposed example, the '''my_initiator''' module behavior is modeled by the SC_THREAD  '''execLoop()''', that contains an infinite loop.  The call-back function '''rspReceived()''' is executed when a VCI response packet is received by the initiator module.
     20Figure 1 presents a minimal system containing one single initiator, '''my_initiator''' , and one single target, '''my_target''' . In the proposed example, the '''my_initiator''' module behavior is modeled by the SC_THREAD  '''execLoop()''', that contains an infinite loop.  The call-back function '''rspReceived()''' is executed when a VCI response packet is received by the initiator module.
    2121
    2222[[Image(tlmt_figure_1.png, nolink)]]