source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Position_get_entity.cpp @ 31

Last change on this file since 31 was 31, checked in by rosiere, 17 years ago

Class Position qui encapsule la génération des fichiers de positions

File size: 378 bytes
Line 
1#ifdef POSITION
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/include/Position.h"
10
11namespace morpheo              {
12namespace behavioural          {
13
14  string Position::get_entity (void)
15  {
16    ostringstream text;
17    text << *(_entity); 
18    return text.str();
19  };
20
21}; // end namespace behavioural         
22}; // end namespace morpheo             
23#endif
Note: See TracBrowser for help on using the repository browser.