![]() |
ROOT-Sim core
3.0.0-rc.2
A General-Purpose Multi-threaded Parallel/Distributed Simulation Library
|
Sequential simulation engine. More...
#include <core/core.h>

Go to the source code of this file.
Functions | |
| int | serial_simulation (void) |
| Handles a full serial simulation runs. | |
| void | ScheduleNewEvent_serial (lp_id_t receiver, simtime_t timestamp, unsigned event_type, const void *payload, unsigned payload_size) |
| Schedule a new event. Sequential version. More... | |
Sequential simulation engine.
| void ScheduleNewEvent_serial | ( | lp_id_t | receiver, |
| simtime_t | timestamp, | ||
| unsigned | event_type, | ||
| const void * | payload, | ||
| unsigned | payload_size | ||
| ) |
Schedule a new event. Sequential version.
| receiver | destination LP |
| timestamp | timestamp of the injected event |
| event_type | model-defined type |
| payload | payload of the event |
| payload_size | size of the payload |