source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vst/include/Parameters.h @ 146

Last change on this file since 146 was 88, checked in by rosiere, 16 years ago

Almost complete design
with Test and test platform

File size: 1.1 KB
RevLine 
[76]1#ifndef morpheo_behavioural_@DEFINE_Parameters_h
2#define morpheo_behavioural_@DEFINE_Parameters_h
3
4/*
5 * $Id$
6 *
7 * [ Description ]
8 *
9 */
10
[82]11#include "Behavioural/include/Parameters.h"
[76]12#include "Common/include/Debug.h"
13
14namespace morpheo {
15namespace behavioural {
16@NAMESPACE_BEGIN
17
18  class Parameters : public morpheo::behavioural::Parameters
19  {
20    //-----[ fields ]------------------------------------------------------------
21
22    //-----[ methods ]-----------------------------------------------------------
[88]23  public : Parameters  (bool is_toplevel=false);
24//public : Parameters  (Parameters & param) ;
25  public : ~Parameters (void);
[76]26
[88]27  public :        void            copy       (void);
28
[78]29  public :        Parameters_test msg_error  (void);
[76]30
[78]31  public :        std::string     print      (uint32_t depth);
[88]32  public : friend std::ostream&   operator<< (std::ostream& output,
33                                              morpheo::behavioural::@NAMESPACE_USE::Parameters & x);
[76]34  };
35
36@NAMESPACE_END
37}; // end namespace behavioural
38}; // end namespace morpheo             
39
40#endif
Note: See TracBrowser for help on using the repository browser.