#include <ssim.h>
Inheritance diagram for ssim::ProcessWithPId:

Public Methods | |
| ProcessId | activate (char mode=0) |
| activates this process within the simulator. | |
| ProcessId | pid () const |
| process id of this process. | |
This is a sligtly more advanced Process class that provides automatic management of the process-id.
|
|
activates this process within the simulator. Creates a simulator process with this process object. The same ProcessWithPId can be activated only once.
|
|
|
process id of this process.
|