A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IInterruptCallback Struct Referenceabstract

Struct interface to NSC soft interrupt capabilities. More...

#include <sim_interface.h>

+ Inheritance diagram for IInterruptCallback:

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...
 

Detailed Description

Struct interface to NSC soft interrupt capabilities.

Definition at line 407 of file sim_interface.h.

Constructor & Destructor Documentation

virtual IInterruptCallback::~IInterruptCallback ( )
inlinevirtual

Definition at line 409 of file sim_interface.h.

Member Function Documentation

virtual void IInterruptCallback::gettime ( unsigned int *  ,
unsigned int *   
)
pure virtual

Get the actual time.

Implemented in ns3::NscInterfaceImpl.

virtual void IInterruptCallback::wakeup ( )
pure virtual

Called by the NSC stack whenever something of interest has happened.

Implemented in ns3::NscInterfaceImpl.


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