Alex Bikfalvi
SimStream Documentation
CSim Class Reference
Inheritance diagram for CSim:
Public Member Functions | |
CSim (char *name, CSimModel *model) | |
__uint32 | Run (time_t &duration) |
virtual __time | Time () |
virtual void | ScheduleEventNow (CSimEvent *evt) |
virtual void | ScheduleEventAt (__time time, CSimEvent *evt) |
virtual void | ScheduleEventAfter (__time delay, CSimEvent *evt) |
virtual void | CancelEvent (__time time, CSimEvent *evt) |
virtual void | operator() (ICall *call) |
Private Attributes | |
char * | name |
CSimModel * | model |
CSimEventList * | events |
CSimCalls * | calls |
__time | time |
Detailed Description
Definition at line 8 of file Sim.h.
The documentation for this class was generated from the following files:
Last updated: February 8, 2011