My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Variables
ifile.cpp File Reference
#include "component.h"
#include "dataset.h"
#include "poly.h"
#include "spline.h"
#include "interpolator.h"
#include "ifile.h"
Include dependency graph for ifile.cpp:

Go to the source code of this file.

Classes

class  ifile
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Variable Documentation

PROP_OPT[]
Initial value:
= {
{ "Interpolator", PROP_STR, { PROP_NO_VAL, "linear" },
PROP_RNG_STR3 ("hold", "linear", "cubic") },
{ "Repeat", PROP_STR, { PROP_NO_VAL, "no" }, PROP_RNG_YESNO },
{ "G", PROP_REAL, { 1, PROP_NO_STR }, PROP_NO_RANGE },

Definition at line 129 of file ifile.cpp.

PROP_REQ[]
Initial value:
= {
{ "File", PROP_STR, { PROP_NO_VAL, "ifile.dat" }, PROP_NO_RANGE },

Definition at line 126 of file ifile.cpp.