#include <simulator.h>
Public Member Functions | |
Event2Stat (double t, void(*f)(U1, U2), T1 t1_0, T2 t2_0) | |
void | CallHandler () |
Public Attributes | |
void(* | handler )(U1, U2) |
T1 | t1 |
T2 | t2 |
Definition at line 199 of file simulator.h.
Event2Stat< U1, T1, U2, T2 >::Event2Stat | ( | double | t, | |
void(*)(U1, U2) | f, | |||
T1 | t1_0, | |||
T2 | t2_0 | |||
) | [inline] |
Definition at line 202 of file simulator.h.
void Event2Stat< U1, T1, U2, T2 >::CallHandler | ( | ) | [inline, virtual] |
Implements EventBase.
Definition at line 213 of file simulator.h.
References Event2Stat< U1, T1, U2, T2 >::handler, Event2Stat< U1, T1, U2, T2 >::t1, and Event2Stat< U1, T1, U2, T2 >::t2.
void(* Event2Stat< U1, T1, U2, T2 >::handler)(U1, U2) |
Referenced by Event2Stat< U1, T1, U2, T2 >::CallHandler().
T1 Event2Stat< U1, T1, U2, T2 >::t1 |
Definition at line 205 of file simulator.h.
Referenced by Event2Stat< U1, T1, U2, T2 >::CallHandler().
T2 Event2Stat< U1, T1, U2, T2 >::t2 |
Definition at line 206 of file simulator.h.
Referenced by Event2Stat< U1, T1, U2, T2 >::CallHandler().