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

[more] coupled()
[more]netExec* getNetExec()
[more] ~coupled()


Inherited from devsn:

Public Methods

oconst devsn& operator=(const devsn& src)
ovoid init()


Inherited from devs:

Public Fields

otypedef enum NETWORK
otypedef enum UNKNOWN Type

Public Methods

oTIME_TYPE timeCurrent() const
oTIME_TYPE timeLast() const
oTIME_TYPE timeNext() const
oTIME_TYPE elapsed() const
oTIME_TYPE sigma() const
oTIME_TYPE ta() const
ovoid hold(TIME_TYPE dt)
ovoid passivate()
ovoid setTimeCurrent(TIME_TYPE T)
ovoid setTimeLast(TIME_TYPE T)
ovoid setTimeNext(TIME_TYPE T)
oType getType() const
obasic_sim* getAttachedSimulator()
ovoid setAttachedSimulator(basic_sim* sim)

Public

otypedef enum ATOMIC


Inherited from object:

Public Methods

ovirtual 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
o coupled()

onetExec* getNetExec()

o ~coupled()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.