#include <simulator.h>
Public Member Functions | |
Event0Stat (double t, void(*f)(void)) | |
void | CallHandler () |
Public Attributes | |
void(* | handler )(void) |
Definition at line 168 of file simulator.h.
Event0Stat::Event0Stat | ( | double | t, | |
void(*)(void) | f | |||
) | [inline] |
Definition at line 171 of file simulator.h.
void Event0Stat::CallHandler | ( | ) | [virtual] |
void(* Event0Stat::handler)(void) |
Referenced by CallHandler().