LCOV - code coverage report
Current view: top level - src/components - rfedd.h (source / functions) Hit Total Coverage
Test: qucs-core-0.0.19 Code Coverage Lines: 1 1 100.0 %
Date: 2015-01-05 16:01:02 Functions: 1 2 50.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 2 0.0 %

           Branch data     Line data    Source code
       1                 :            : /*
       2                 :            :  * rfedd.h - equation defined RF device class definitions
       3                 :            :  *
       4                 :            :  * Copyright (C) 2008 Stefan Jahn <stefan@lkcc.org>
       5                 :            :  *
       6                 :            :  * This is free software; you can redistribute it and/or modify
       7                 :            :  * it under the terms of the GNU General Public License as published by
       8                 :            :  * the Free Software Foundation; either version 2, or (at your option)
       9                 :            :  * any later version.
      10                 :            :  *
      11                 :            :  * This software is distributed in the hope that it will be useful,
      12                 :            :  * but WITHOUT ANY WARRANTY; without even the implied warranty of
      13                 :            :  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      14                 :            :  * GNU General Public License for more details.
      15                 :            :  *
      16                 :            :  * You should have received a copy of the GNU General Public License
      17                 :            :  * along with this package; see the file COPYING.  If not, write to
      18                 :            :  * the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
      19                 :            :  * Boston, MA 02110-1301, USA.
      20                 :            :  *
      21                 :            :  * $Id$
      22                 :            :  *
      23                 :            :  */
      24                 :            : 
      25                 :            : #ifndef __RFEDD_H__
      26                 :            : #define __RFEDD_H__
      27                 :            : 
      28                 :            : class rfedd : public qucs::circuit
      29                 :            : {
      30                 :            :  public:
      31         [ #  # ]:        208 :   CREATOR (rfedd);
      32                 :            :   ~rfedd ();
      33                 :            :   void initDC (void);
      34                 :            :   void calcDC (void);
      35                 :            :   void initAC (void);
      36                 :            :   void calcAC (nr_double_t);
      37                 :            :   void initSP (void);
      38                 :            :   void calcSP (nr_double_t);
      39                 :            :   void initTR (void);
      40                 :            :   void calcTR (nr_double_t);
      41                 :            : 
      42                 :            :  private:
      43                 :            :   void initModel (void);
      44                 :            :   char * createVariable (const char *, int, int, bool prefix = true);
      45                 :            :   char * createVariable (const char *, bool prefix = true);
      46                 :            :   void setResult (void *, nr_double_t);
      47                 :            :   void setResult (void *, nr_complex_t);
      48                 :            :   nr_complex_t getResult (void *);
      49                 :            :   qucs::matrix calcMatrix (nr_double_t);
      50                 :            :   void updateLocals (nr_double_t);
      51                 :            :   void prepareModel (void);
      52                 :            :   void initMNA (void);
      53                 :            :   void calcMNA (nr_double_t);
      54                 :            : 
      55                 :            :  private:
      56                 :            :   void ** peqn;
      57                 :            :   void * seqn;
      58                 :            :   void * feqn;
      59                 :            : };
      60                 :            : 
      61                 :            : #endif /* __RFEDD_H__ */

Generated by: LCOV version 1.11