A Discrete-Event Network Simulator
API
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 415 of file sim_interface.h.

Constructor & Destructor Documentation

◆ ~IInterruptCallback()

virtual IInterruptCallback::~IInterruptCallback ( )
inlinevirtual

Definition at line 417 of file sim_interface.h.

Member Function Documentation

◆ gettime()

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

Get the actual time.

Implemented in ns3::NscInterfaceImpl.

◆ wakeup()

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: