Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Macros | Variables
rfedd.cpp File Reference
#include "component.h"
#include "equation.h"
#include "environment.h"
#include "rfedd.h"

Go to the source code of this file.

Data Structures

class  rfedd
 

Macros

#define A(a)   ((assignment *) (a))
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Macro Definition Documentation

#define A (   a)    ((assignment *) (a))

Definition at line 87 of file rfedd.cpp.

Variable Documentation

PROP_OPT[]

Definition at line 387 of file rfedd.cpp.

PROP_REQ[]
Initial value:
= {
{ "Type", PROP_STR, { PROP_NO_VAL, "Y" },
PROP_RNG_STR7 ("Y", "Z", "S", "H", "G", "A", "T") },
{ "duringDC", PROP_STR, { PROP_NO_VAL, "open" },
PROP_RNG_STR4 ("open", "short", "unspecified", "zerofrequency") },
{ "P11", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
#define PROP_REAL
Definition: netdefs.h:174
#define PROP_NO_PROP
Definition: netdefs.h:122
#define PROP_NO_RANGE
Definition: netdefs.h:126
#define PROP_NO_STR
Definition: netdefs.h:125
#define PROP_RNG_STR4(s1, s2, s3, s4)
Definition: netdefs.h:149
#define PROP_STR
Definition: netdefs.h:175
#define PROP_RNG_STR7(s1, s2, s3, s4, s5, s6, s7)
Definition: netdefs.h:155
#define PROP_NO_VAL
Definition: netdefs.h:124

Definition at line 380 of file rfedd.cpp.