Ignore:
Timestamp:
Jul 9, 2007, 11:04:26 AM (17 years ago)
Author:
rosiere
Message:

Modif mineur : ajout d'info de débug

Release non stable

File:
1 edited

Legend:

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

    r42 r43  
    1212namespace behavioural          {
    1313
     14#undef  FUNCTION
     15#define FUNCTION "Entity::operator<<"
    1416  ostream& operator<< (ostream& output_stream,
    1517                       morpheo::behavioural::Entity & x)
    1618  {
     19    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     20 
    1721#ifdef POSITION
    1822    output_stream << x._name + "\t"+x._type+"\t"+toString(x._schema) << endl;
     
    2226#endif
    2327    output_stream << x.get_interfaces() << endl;
     28
     29    log_printf(FUNC,Behavioural,FUNCTION,"End");
    2430    return output_stream;
    2531  };
Note: See TracChangeset for help on using the changeset viewer.