CurrentSource (float I, float R) : Is (I), WDF (R)
| 259 | // : Is (I), |
| 260 | // WDF (R) |
| 261 | CurrentSource(float R, float I) |
| 262 | : WDF(R), Is(I) |
| 263 | { |
| 264 | } |
| 265 | //---------------------------------------------------------------------- |
| 266 | virtual juce::String getLabel() const { return "Is"; } |
| 267 | //---------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected