next up previous contents index
Next: Characteristic Functions Up: DEVS Previous: Base DEVS: Devs   Contents   Index


Atomic DEVS: Atomic

The atomic DEVS is implemented as Atomic in the files of Atomic.h and Atomic.cpp. Atomic is an abstract class that is derived from the abstract base class Devs.

class DEVSpp_EXP Atomic: public Devs {
protected:
    Atomic(const string& name): Devs(name), m_cs(false) {}
    ...



Subsections

MHHwang 2007-05-07