]> AND Private Git Repository - blast.git/blobdiff - AbstractInterface.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
moved clocks list to graph
[blast.git] / AbstractInterface.h
index 0e167dbc0039d992d4b7ec81a3ecaa6f51fcc655..1e208bfbbd275e33bc7e8cf6b1b66daae3b2e834 100644 (file)
@@ -54,9 +54,9 @@ public :
   QString getDirectionString();  
   inline AbstractBlock *getOwner() { return owner;}
   inline AbstractInterface* getAssociatedIface() { return associatedIface; }
   QString getDirectionString();  
   inline AbstractBlock *getOwner() { return owner;}
   inline AbstractInterface* getAssociatedIface() { return associatedIface; }
-  inline QString getClockIface() { return clkIface; }
+  inline QString getClockIfaceString() { return clkIface; }
   inline int getClockIfaceType() { return clkIfaceType; }
   inline int getClockIfaceType() { return clkIfaceType; }
-
+  AbstractInterface* getClockIface();  
 
   double getDoubleWidth() throw(QException);
   
 
   double getDoubleWidth() throw(QException);
   
@@ -91,8 +91,7 @@ protected:
   int direction;
   int type;
   QString width;
   int direction;
   int type;
   QString width;
-  int endianess;
-
+  int endianess;  
 
   AbstractBlock* owner;
   /*!
 
   AbstractBlock* owner;
   /*!