source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Group/include/Parameters.h @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 849 bytes
Line 
1#ifdef STATISTICS
2#ifndef morpheo_behavioural_generic_group_Parameters_h
3#define morpheo_behavioural_generic_group_Parameters_h
4
5/*
6 * $Id$
7 *
8 * [ Description ]
9 *
10 */
11
12#include <stdint.h>
13
14namespace morpheo                    {
15namespace behavioural                {
16namespace generic                    {
17namespace group                      {
18  class Parameters
19  {
20    // -----[ fields ]----------------------------------------------------
21    // Constant
22  public   : const uint32_t   _nb_elt;
23   
24    // -----[ methods ]---------------------------------------------------
25  public   :                  Parameters (uint32_t   nb_elt);
26  public   :                  ~Parameters ();
27  };
28
29}; // end namespace group
30}; // end namespace generic
31}; // end namespace behavioural         
32}; // end namespace morpheo             
33
34#endif
35#endif
Note: See TracBrowser for help on using the repository browser.