My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Variables
eqndefined.cpp File Reference
#include "component.h"
#include "equation.h"
#include "environment.h"
#include "device.h"
#include "eqndefined.h"
Include dependency graph for eqndefined.cpp:

Go to the source code of this file.

Classes

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 71 of file eqndefined.cpp.

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

Definition at line 73 of file eqndefined.cpp.

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

Definition at line 72 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 },

Definition at line 471 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 },

Definition at line 467 of file eqndefined.cpp.