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

Go to the source code of this file.

Data Structures

class  eqndefined
 

Macros

#define A(a)   ((assignment *) (a))
 
#define C(c)   ((constant *) (c))
 
#define BP(n)   real (getV (n * 2 + 0) - getV (n * 2 + 1))
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Macro Definition Documentation

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

Definition at line 72 of file eqndefined.cpp.

#define BP (   n)    real (getV (n * 2 + 0) - getV (n * 2 + 1))

Definition at line 74 of file eqndefined.cpp.

#define C (   c)    ((constant *) (c))

Definition at line 73 of file eqndefined.cpp.

Variable Documentation

PROP_OPT[]
Initial value:
= {
{ "I2", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q2", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I3", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q3", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I4", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q4", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I5", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q5", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I6", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q6", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I7", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q7", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I8", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q8", 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

Definition at line 472 of file eqndefined.cpp.

PROP_REQ[]
Initial value:
= {
{ "I1", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q1", 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

Definition at line 468 of file eqndefined.cpp.