#include <packet_flow_packetizer.h>
|
void | handle (event *ev) |
|
virtual | ~packetizer () |
|
void | start (int vn, message *payload) |
|
void | packetArrived (int vn, packet *pkt) |
|
void | sendWhatYouCan (int vn) |
|
void | setNotify (packetizer_callback *handler) |
|
int | packetSize () const |
|
virtual void | init_factory_params (sprockit::sim_parameters *params) |
|
virtual void | init_factory_params (sim_parameters *params) |
|
virtual void | finalize_init () |
|
| event_subscheduler () |
|
timestamp | now () const |
| get the current time More...
|
|
virtual std::string | to_string () const |
|
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 15 of file packet_flow_packetizer.h.
void sstmac::hw::packet_flow_packetizer::handle |
( |
event * |
ev | ) |
|
|
virtual |
virtual void sstmac::hw::packet_flow_packetizer::recv_credit |
( |
packet_flow_credit * |
ev | ) |
|
|
privatepure virtual |
virtual void sstmac::hw::packet_flow_packetizer::recv_packet |
( |
packet_flow_payload * |
ev | ) |
|
|
privatepure virtual |
The documentation for this class was generated from the following file: