Qucs-GUI  0.0.19
/home/travis/build/Qucs/qucs/qucs/qucs/components/hicumL2V2p24.h
Go to the documentation of this file.
00001 /*
00002  * hicumL2V2p24.h - device definitions for hicumL2V2p24 module
00003  *
00004  * This is free software; you can redistribute it and/or modify
00005  * it under the terms of the GNU General Public License as published by
00006  * the Free Software Foundation; either version 2, or (at your option)
00007  * any later version.
00008  * 
00009  */
00010 
00011 #ifndef hicumL2V2p24_H
00012 #define hicumL2V2p24_H
00013 
00014 #include "component.h"
00015 
00016 class hicumL2V2p24 : public Component
00017 {
00018   public:
00019     hicumL2V2p24();
00020     ~hicumL2V2p24() { };
00021     Component* newOne();
00022     static Element* info(QString&, char* &, bool getNewOne=false);
00023   protected:
00024     void createSymbol();
00025 };
00026 
00027 #endif /* hicumL2V2p24_H */
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines