Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/XML_insert_XML.cpp

    r81 r88  
    1313#undef  FUNCTION
    1414#define FUNCTION "XML::insert_XML"
    15   bool XML::insert_XML (XML xml)
     15  bool XML::insert_XML (XML xml, uint32_t offset_depth)
    1616  {
    1717    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    1818    //return text (xml.get_body());
    19     _body += xml.get_body(depth());
     19    _body += xml.get_body(depth()+offset_depth);
    2020    log_printf(FUNC,Behavioural,FUNCTION,"End");
    2121
Note: See TracChangeset for help on using the changeset viewer.