ssim::Sim that has some convenience methods for dealing with processes by ids.
More...
#include <weevil.h>
Static Public Member Functions | |
| void | broadcast_event (const ssim::Event *event, ssim::Time lag=0) |
| Broadcasts event to all processes. | |
| void | self_signal_event (const ssim::Event *event, ssim::Time lag=0) |
| Signals event to itself. | |
| void | signal_event (const std::string &id, const ssim::Event *event, ssim::Time lag=0) |
| Signals event to neighbor based on its ID. | |
ssim::Sim that has some convenience methods for dealing with processes by ids.