ROSS
tw_lptype Struct Reference

Function Pointers for ROSS Event Handlers. More...

#include <ross-types.h>

Data Fields

init_f init
 LP setup routine.
pre_run_f pre_run
 Second stage LP initialization.
event_f event
 LP event handler routine.
revent_f revent
 LP Reverse event handler routine.
commit_f commit
 LP Commit event routine.
final_f final
 Final handler routine.
map_f map
 LP Mapping of LP gid -> remote PE routine.
size_t state_sz
 Number of bytes that SV is for the LP.

Detailed Description

tw_lptype

Definition at line 97 of file ross-types.h.

Field Documentation

◆ commit

◆ event

◆ final

final_f tw_lptype::final

Definition at line 103 of file ross-types.h.

Referenced by tw_stats().

◆ init

init_f tw_lptype::init

Definition at line 98 of file ross-types.h.

Referenced by tw_init_lps().

◆ map

map_f tw_lptype::map

Definition at line 104 of file ross-types.h.

Referenced by send_begin(), and tw_event_send().

◆ pre_run

pre_run_f tw_lptype::pre_run

Definition at line 99 of file ross-types.h.

Referenced by tw_pre_run_lps().

◆ revent

revent_f tw_lptype::revent

Definition at line 101 of file ross-types.h.

Referenced by tw_event_rollback(), tw_sched_batch(), and tw_sched_batch_realtime().

◆ state_sz

size_t tw_lptype::state_sz

The documentation for this struct was generated from the following files: