#include <simulator.h>
Public Member Functions | |
Event1Stat (double t, void(*f)(U1), T1 t1_0) | |
void | CallHandler () |
Public Attributes | |
void(* | handler )(U1) |
T1 | t1 |
Definition at line 179 of file simulator.h.
Event1Stat< U1, T1 >::Event1Stat | ( | double | t, | |
void(*)(U1) | f, | |||
T1 | t1_0 | |||
) | [inline] |
Definition at line 182 of file simulator.h.
void Event1Stat< U1, T1 >::CallHandler | ( | ) | [inline, virtual] |
Implements EventBase.
Definition at line 191 of file simulator.h.
References Event1Stat< U1, T1 >::handler, and Event1Stat< U1, T1 >::t1.
void(* Event1Stat< U1, T1 >::handler)(U1) |
Referenced by Event1Stat< U1, T1 >::CallHandler().
T1 Event1Stat< U1, T1 >::t1 |