|
virtual | ~netlink () |
|
virtual void | init_factory_params (sprockit::sim_parameters *params) |
|
int | node_port (int node_offset) const |
|
int | switch_port (int tile_offset) const |
|
virtual void | init_factory_params (sim_parameters *params) |
|
virtual void | finalize_init () |
|
virtual std::string | to_string () const =0 |
|
virtual void | connect (int src_outport, int dst_inport, connection_type_t ty, connectable *mod, config *cfg)=0 |
| connect More...
|
|
| event_subscheduler () |
|
timestamp | now () const |
| get the current time More...
|
|
virtual std::string | to_string () const |
|
virtual void | handle (event *ev) |
|
void | schedule (timestamp t, event_handler *handler, event *ev) |
| Add an event to the event queue, where msg will get delivered to handler at time t. More...
|
|
void | schedule (timestamp t, event_queue_entry *ev) |
|
void | schedule_now (event_queue_entry *ev) |
|
void | schedule_now (event_handler *handler, event *ev) |
|
void | schedule_delay (timestamp delay, event_handler *handler, event *ev) |
|
void | schedule_delay (timestamp delay, event_queue_entry *ev) |
|
void | send_self_event (timestamp arrival, event *ev) |
|
void | send_delayed_self_event (timestamp delay, event *ev) |
|
void | send_now_self_event (event *ev) |
|
void | send_self_event_queue (timestamp arrival, event_queue_entry *ev) |
|
void | send_delayed_self_event_queue (timestamp delay, event_queue_entry *ev) |
|
void | send_now_self_event_queue (event_queue_entry *ev) |
|
virtual void | set_event_parent (event_scheduler *m) |
| Set the eventmanager for this scheduler. More...
|
|
event_scheduler * | parent () const |
|
Public Member Functions inherited from sstmac::event_handler |
virtual | ~event_handler () |
|
event_loc_id | event_location () const |
|
virtual bool | ipc_handler () const |
| Whether an event handler is a "fake" handler that represents logical process boundary. More...
|
|
int | thread_id () const |
|
virtual void | deadlock_check (event *ev) |
|
virtual void | deadlock_check () |
|
Definition at line 12 of file netlink.h.