source: trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/Bdd/src/BaseV_addLink.cpp

Last change on this file was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 409 bytes
Line 
1 /*
2 *
3 * [Add links to BaseV]
4 */
5#include "Tools/Viewer/Bdd/include/BaseV.h"
6
7namespace morpheo{
8namespace tools{
9namespace viewer{
10namespace bdd{     
11  void BaseV::addLinksrc(string name,string src)
12  {
13    link_src->insert(name,src);
14   
15  }
16 
17  void BaseV::addLinkdest(string name,string dest)
18  {
19    link_dest->insert(name,dest);
20   
21  }
22 
23};//end bdd
24};//end viewer
25};//end tools
26};//end morpheo
Note: See TracBrowser for help on using the repository browser.