qucs_s/qucs/components/components.h

94 lines
2.5 KiB
C
Raw Normal View History

2003-12-26 16:31:25 +00:00
/***************************************************************************
2005-05-17 06:35:55 +00:00
components.h
--------------
2003-12-26 16:31:25 +00:00
begin : Sat Aug 23 2003
copyright : (C) 2003 by Michael Margraf
2004-06-16 17:41:33 +00:00
email : michael.margraf@alumni.tu-berlin.de
2003-12-26 16:31:25 +00:00
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef COMPONENTS_H
#define COMPONENTS_H
// This header file includes the header files of all components.
#include "component.h"
#include "ground.h"
#include "resistor.h"
#include "capacitor.h"
#include "inductor.h"
#include "dcblock.h"
#include "dcfeed.h"
#include "biast.h"
#include "transformer.h"
#include "symtrafo.h"
#include "subcirport.h"
#include "subcircuit.h"
#include "sparamfile.h"
#include "equation.h"
#include "attenuator.h"
2004-10-31 17:55:57 +00:00
#include "amplifier.h"
#include "opamp.h"
2003-12-26 16:31:25 +00:00
#include "isolator.h"
#include "circulator.h"
2003-12-30 14:18:18 +00:00
#include "gyrator.h"
#include "phaseshifter.h"
2003-12-26 16:31:25 +00:00
#include "volt_dc.h"
#include "ampere_dc.h"
#include "volt_ac.h"
2004-05-25 19:10:00 +00:00
#include "ampere_ac.h"
2003-12-26 16:31:25 +00:00
#include "source_ac.h"
#include "vccs.h"
#include "cccs.h"
#include "vcvs.h"
#include "ccvs.h"
#include "tline.h"
#include "substrate.h"
#include "msline.h"
#include "mscoupled.h"
#include "msstep.h"
#include "mscorner.h"
#include "mstee.h"
#include "mscross.h"
2004-02-08 17:50:55 +00:00
#include "msmbend.h"
#include "msopen.h"
2004-07-17 17:19:00 +00:00
#include "msgap.h"
2004-10-31 17:55:57 +00:00
#include "msvia.h"
2003-12-26 16:31:25 +00:00
#include "coplanar.h"
2005-05-02 06:28:45 +00:00
#include "cpwopen.h"
#include "cpwshort.h"
2005-05-09 06:32:17 +00:00
#include "cpwgap.h"
2005-05-17 06:35:55 +00:00
#include "cpwstep.h"
2003-12-26 16:31:25 +00:00
#include "diode.h"
2004-06-06 14:13:59 +00:00
#include "bjt.h"
2004-07-17 17:19:00 +00:00
#include "bjtsub.h"
2004-06-06 14:13:59 +00:00
#include "jfet.h"
#include "mosfet.h"
2004-08-08 17:52:32 +00:00
#include "mosfet_sub.h"
2003-12-26 16:31:25 +00:00
#include "dc_sim.h"
#include "ac_sim.h"
#include "tr_sim.h"
#include "sp_sim.h"
#include "hb_sim.h"
#include "param_sweep.h"
2004-01-31 21:27:38 +00:00
#include "iprobe.h"
#include "volt_noise.h"
#include "ampere_noise.h"
2004-09-18 17:14:23 +00:00
#include "vpulse.h"
#include "ipulse.h"
2004-10-02 16:21:06 +00:00
#include "vrect.h"
#include "irect.h"
2004-12-30 12:03:08 +00:00
#include "spicefile.h"
2003-12-26 16:31:25 +00:00
#endif