X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/3fb762e7042d9b4a1cf78556ad9ed7f117cc53ba..bc5d59217a24b25c1b913bec4a41dd026d02720c:/AbstractInterface.h diff --git a/AbstractInterface.h b/AbstractInterface.h index 1e208bf..832fe48 100644 --- a/AbstractInterface.h +++ b/AbstractInterface.h @@ -56,9 +56,9 @@ public : inline AbstractInterface* getAssociatedIface() { return associatedIface; } inline QString getClockIfaceString() { return clkIface; } inline int getClockIfaceType() { return clkIfaceType; } - AbstractInterface* getClockIface(); - - double getDoubleWidth() throw(QException); + AbstractInterface* getClockIface(); + virtual int getClockDomain() throw(Exception) = 0; // determine on which clock domain is sync this interface + double getClockFrequency() throw(Exception); // setters