Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

CCircuit.cc File Reference

#include <CCircuit.hh>
#include <electro/CResistor.hh>
#include <electro/CCapasistor.hh>
#include <electro/CInductor.hh>
#include <electro/CVoltage.hh>
#include <electro/CCurent.hh>
#include <electro/CCurent_u.hh>
#include <electro/CCurent_i.hh>
#include <electro/CVoltage_u.hh>
#include <electro/CVoltage_i.hh>
#include <xml/Parser.hh>
#include <xml/Tokenizer.hh>
#include <math/Complex.hh>
#include <math/CMatrix.hh>
#include <math/CConversion.hh>
#include <networksarea.hh>
#include <CRlcException.hh>

Variables

const std::string _RLC_MAIN_TAG = "rollercoaster"
const std::string _RLC_ELEMENTS_TAG = "elements"
const std::string _RLC_NETS_TAG = "nets"
const std::string _RLC_ELEMENTS_RESISTOR = "res"
const std::string _RLC_ELEMENTS_CAPASISTOR = "cap"
const std::string _RLC_ELEMENTS_INDUCTOR = "ind"
const std::string _RLC_ELEMENTS_VOLTAGE = "vol"
const std::string _RLC_ELEMENTS_CURENT = "cur"
const std::string _RLC_ELEMENTS_CURENT_U = "cur_u"
const std::string _RLC_ELEMENTS_CURENT_I = "cur_i"
const std::string _RLC_ELEMENTS_VOLTAGE_U = "vol_u"
const std::string _RLC_ELEMENTS_VOLTAGE_I = "vol_i"
const std::string _RLC_ELEMENTS_NODE = "node"
const std::string _RLC_NETS = "net"

Variable Documentation

const std::string _RLC_ELEMENTS_CAPASISTOR = "cap"
 

const std::string _RLC_ELEMENTS_CURENT = "cur"
 

const std::string _RLC_ELEMENTS_CURENT_I = "cur_i"
 

const std::string _RLC_ELEMENTS_CURENT_U = "cur_u"
 

const std::string _RLC_ELEMENTS_INDUCTOR = "ind"
 

const std::string _RLC_ELEMENTS_NODE = "node"
 

const std::string _RLC_ELEMENTS_RESISTOR = "res"
 

const std::string _RLC_ELEMENTS_TAG = "elements"
 

const std::string _RLC_ELEMENTS_VOLTAGE = "vol"
 

const std::string _RLC_ELEMENTS_VOLTAGE_I = "vol_i"
 

const std::string _RLC_ELEMENTS_VOLTAGE_U = "vol_u"
 

const std::string _RLC_MAIN_TAG = "rollercoaster"
 

const std::string _RLC_NETS = "net"
 

const std::string _RLC_NETS_TAG = "nets"
 


Generated on Sun Jan 16 11:05:56 2005 for RolLerCoaster by  doxygen 1.3.9.1