[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnucap-devel] ELEMENT interface question
From: |
Felix Salfelder |
Subject: |
Re: [Gnucap-devel] ELEMENT interface question |
Date: |
Tue, 20 Nov 2012 21:20:16 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Tue, Nov 20, 2012 at 02:11:26PM +0100, Felix Salfelder wrote:
> imho, giving up those (potential) models would be too bad, so ELEMENT
> needs to be enhanced somehow. i'd like to give it a try, if you haven't
> already worked out something. ideas, objections, warnings are welcome.
when implementing the filters i must have missed that
COMMON_COMPONENT::tr_{accept,review}(COMPONENT*) are not const.
as it seems, the COMMON_COMPONENT is intended to be abused for device
states (in that case it's no longer 'common').
so at least the oscillator should be fine after changing operator==
to return false.
sorry for the noise
felix