Struct interface to NSC soft interrupt capabilities. More...
#include <sim_interface.h>
Public Member Functions | |
virtual | ~IInterruptCallback () |
virtual void | gettime (unsigned int *, unsigned int *)=0 |
Get the actual time. More... | |
virtual void | wakeup ()=0 |
Called by the NSC stack whenever something of interest has happened. More... | |
Struct interface to NSC soft interrupt capabilities.
Definition at line 407 of file sim_interface.h.
|
inlinevirtual |
Definition at line 409 of file sim_interface.h.
|
pure virtual |
Get the actual time.
Implemented in ns3::NscInterfaceImpl.
|
pure virtual |
Called by the NSC stack whenever something of interest has happened.
Implemented in ns3::NscInterfaceImpl.