source: trunk/IPs/systemC/processor/Morpheo/Common/include/Filename.h

Last change on this file was 121, checked in by rosiere, 15 years ago

1) Commit_unit : remove read information of ROB

  • Property svn:keywords set to Id
File size: 593 bytes
Line 
1#ifndef Morpheo_Filename_h
2#define Morpheo_Filename_h
3
4/*
5 * $Id: Filename.h 121 2009-05-27 10:13:56Z rosiere $
6 *
7 * [ Description ]
8 *
9 */
10
11#include "Common/include/ToString.h"
12#include <string>
13
14namespace morpheo {
15
16  std::string filename (std::string directory,
17                        std::string filename_prefix,
18                        std::string filename_suffix,
19                        std::string extension,
20                        bool        with_date,
21                        bool        with_pid,
22                        bool        overwrite
23                        );
24 
25}; // end namespace morpheo             
26
27#endif
Note: See TracBrowser for help on using the repository browser.