Gadget
Public Member Functions | List of all members
InterruptInterface Class Reference

This is the class used to communicate with the user after an interrupt. More...

#include <interruptinterface.h>

Collaboration diagram for InterruptInterface:
Collaboration graph

Public Member Functions

 InterruptInterface ()
 This is the InterruptInterface constructor. More...
 
 ~InterruptInterface ()
 This is the default InterruptInterface destructor. More...
 
int menu ()
 This is the function used to communicate with the user. More...
 

Detailed Description

This is the class used to communicate with the user after an interrupt.

Constructor & Destructor Documentation

◆ InterruptInterface()

InterruptInterface::InterruptInterface ( )
inline

This is the InterruptInterface constructor.

◆ ~InterruptInterface()

InterruptInterface::~InterruptInterface ( )
inline

This is the default InterruptInterface destructor.

Member Function Documentation

◆ menu()

int InterruptInterface::menu ( )

This is the function used to communicate with the user.

Returns
0 to quit, else 1 to continue simulation

The documentation for this class was generated from the following files: