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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v97 v98  
    6363= C) VCI Transaction in TLM-T =
    6464
    65 The TLM2.0 standard defines a generic payload that contains almost all the fields needed to implement the complete vci protocol. In SocLib, the missing fields are defined in what TLM2.0 calls a payload extension. The C++ class used to implement this extension is '''soclib_payload_extension'''.
    66 
    67 The SocLib payload extension only contains four data members:
     65The TLM2.0 standard defines a generic payload that contains almost all the fields needed to implement the complete vci protocol. In !SocLib, the missing fields are defined in what TLM2.0 calls a payload extension. The C++ class used to implement this extension is '''soclib_payload_extension'''.
     66
     67The !SocLib payload extension only contains four data members:
    6868{{{
    6969  soclib::tlmt::vci_command m_soclib_command;