Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

mexnetwork.cpp File Reference


Detailed Description

Implementation of Network.

#include "mexnetwork.h"
#include "mexrecorder.h"
#include "csimlist.h"
#include "csimerror.h"
#include "csimmex.h"
#include "readout.h"
#include "physicalmodel.h"
#include "classlist.i"
#include "switch.i"


Define Documentation

#define __SWITCH_COMMAND__
 

Value:

{ (addNewObject(a=(Advancable *)(new TYPE))); \
                                   if ( a->init(a) < 0 ) { \
                                     TheCsimError.add("MexNetwork::importNetwork: error calling init of %s!\n",className); \
                                     return -1; \
                                   } \
                                }