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

Public Member Functions | |
| ProcessId | activate () |
| 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 its own 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.
|