source: trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/Bdd/src/Signal_accessors.cpp @ 99

Last change on this file since 99 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: 442 bytes
Line 
1/*
2 *
3 * [desc.]
4 */
5#include "Tools/Viewer/Bdd/include/Signal.h"
6
7namespace morpheo{
8namespace tools{
9namespace viewer{
10namespace bdd{     
11
12 
13   int Signal::get_src_x()
14  {
15    return pos_src_x;
16  }
17 
18  int Signal::get_src_y()
19  {
20    return pos_src_y;
21  }
22 
23  int Signal::get_dest_x()
24  {
25    return pos_dest_x;
26  }
27 
28  int Signal::get_dest_y()
29  {
30    return pos_dest_y;
31  }
32
33
34};//end bdd
35};//end viewer
36};//end tools
37};//end morpheo
Note: See TracBrowser for help on using the repository browser.