template<class NET_EXEC> class coupled
A generic coupled model that can be constructed using any netExec derived NET_EXEC class whose constructor accepts a single argument which is the parent network model
Inheritance:
Public Methods
-
coupled()
-
netExec* getNetExec()
-
~coupled()
Inherited from devsn:
Public Methods
-
const devsn& operator=(const devsn& src)
-
void init()
Inherited from devs:
Public Fields
-
typedef enum NETWORK
-
typedef enum UNKNOWN Type
Public Methods
-
TIME_TYPE timeCurrent() const
-
TIME_TYPE timeLast() const
-
TIME_TYPE timeNext() const
-
TIME_TYPE elapsed() const
-
TIME_TYPE sigma() const
-
TIME_TYPE ta() const
-
void hold(TIME_TYPE dt)
-
void passivate()
-
void setTimeCurrent(TIME_TYPE T)
-
void setTimeLast(TIME_TYPE T)
-
void setTimeNext(TIME_TYPE T)
-
Type getType() const
-
basic_sim* getAttachedSimulator()
-
void setAttachedSimulator(basic_sim* sim)
Public
-
typedef enum ATOMIC
Inherited from object:
Public Methods
-
virtual object* clone() const
Documentation
A generic coupled model that can be constructed using
any netExec derived NET_EXEC class whose constructor
accepts a single argument which is the parent network
model
coupled()
netExec* getNetExec()
~coupled()
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.