Microsimulation API
|
basic event in the simulation. More...
#include <ssim.h>
Public Member Functions | |
Event () | |
virtual | ~Event () |
virtual std::string | str () const |
Private Attributes | |
unsigned | refcount |
Friends | |
class | SimImpl |
class | Sim |
basic event in the simulation.
This base class represents a piece of information or a signal exchanged between two processes through the simulator. Every simulated event must inherit from this class. For example:
|
inlinevirtual |
Reimplemented in ssim::cMessage.