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

Private GIT Repository
adding link between ifaces and clk
[blast.git] / ReferenceInterface.h
index 9ea4b23a054f9633c02cdc23a9fbaedf2156a6f1..1ba21ed2f295c5977a1630c7bb0b48a01bc07bf1 100644 (file)
@@ -19,11 +19,10 @@ class ReferenceInterface : public AbstractInterface {
 public :  
 
   ReferenceInterface(AbstractBlock *_owner) throw(Exception);
-  ReferenceInterface(AbstractBlock* _owner, const QString& _name, const QString& _type, const QString& _width, int _direction, int _purpose, int _multiplicity=1) throw (Exception);
+  ReferenceInterface(AbstractBlock* _owner, const QString& _name, int _direction, int _purpose, const QString& _type, const QString& _width, int _endianess = LittleEndian, int _multiplicity=1) throw (Exception);
 
   // getters
-  inline int getMultiplicity() { return multiplicity; }
-  inline AbstractInterface* getConnectedFrom() { return NULL; }
+  inline int getMultiplicity() { return multiplicity; }  
   // setters
   void setMultiplicity(int _multiplicity);