Qucs-core
0.0.18
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
qucs-core
src
components
vfile.h
Go to the documentation of this file.
1
/*
2
* vfile.h - file based voltage source class definitions
3
*
4
* Copyright (C) 2007 Gunther Kraut <gn.kraut@t-online.de>
5
* Copyright (C) 2007, 2008, 2009 Stefan Jahn <stefan@lkcc.org>
6
*
7
* This is free software; you can redistribute it and/or modify
8
* it under the terms of the GNU General Public License as published by
9
* the Free Software Foundation; either version 2, or (at your option)
10
* any later version.
11
*
12
* This software is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License
18
* along with this package; see the file COPYING. If not, write to
19
* the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
20
* Boston, MA 02110-1301, USA.
21
*
22
* $Id$
23
*
24
*/
25
26
#ifndef __VFILE_H__
27
#define __VFILE_H__
28
29
namespace
qucs
{
30
class
dataset;
31
class
interpolator;
32
}
33
34
class
vfile
:
public
qucs::circuit
35
{
36
public
:
37
CREATOR
(
vfile
);
38
~vfile
();
39
void
initSP
(
void
);
40
void
initDC
(
void
);
41
void
initAC
(
void
);
42
void
initTR
(
void
);
43
void
calcTR
(nr_double_t);
44
void
prepare
(
void
);
45
46
private
:
47
qucs::dataset
*
data
;
48
int
dataType
;
49
int
interpolType
;
50
qucs::interpolator
*
inter
;
51
};
52
53
#endif
/* __VFILE_H__ */
vfile::initAC
void initAC(void)
Definition:
vfile.cpp:116
vfile::calcTR
void calcTR(nr_double_t)
Definition:
vfile.cpp:125
qucs::dataset
Definition:
dataset.h:34
vfile::CREATOR
CREATOR(vfile)
vfile::data
qucs::dataset * data
Definition:
vfile.h:47
vfile::dataType
int dataType
Definition:
vfile.h:48
vfile::prepare
void prepare(void)
Definition:
vfile.cpp:55
qucs::circuit
base class for qucs circuit elements.
Definition:
circuit.h:92
vfile::initSP
void initSP(void)
placehoder for S-Parameter initialisation function
Definition:
vfile.cpp:101
qucs
Definition:
applications.h:30
vfile::inter
qucs::interpolator * inter
Definition:
vfile.h:50
vfile
Definition:
vfile.cpp:143
vfile::~vfile
~vfile()
Definition:
vfile.cpp:50
vfile::initTR
void initTR(void)
Definition:
vfile.cpp:121
qucs::interpolator
Definition:
interpolator.h:45
vfile::initDC
void initDC(void)
Definition:
vfile.cpp:109
vfile::interpolType
int interpolType
Definition:
vfile.h:49
Generated on Mon Sep 1 2014 20:08:27 for Qucs-core by
1.8.6