Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (16 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/Stat_generate_file.cpp

    r81 r88  
    22#include "Behavioural/include/Stat.h"
    33#include "Behavioural/include/Version.h"
     4#include "Common/include/Environment.h"
    45
    56namespace morpheo {
     
    89  void Stat::generate_file (void)
    910  {
     11    directory();
     12
    1013    std::string body = print(1);
    1114
     
    2629    xml->balise_close();
    2730
    28     xml->filename_extension ("stat");
    29     xml->generate_file();
     31    xml->filename_extension (".stat");
     32    xml->generate_file(MORPHEO_STATISTICS);
    3033
    3134    delete xml;
Note: See TracChangeset for help on using the changeset viewer.