Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] View of /trunk/gadget/interruptinterface.h
[mareframe] / trunk / gadget / interruptinterface.h Repository:
ViewVC logotype

View of /trunk/gadget/interruptinterface.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (download) (annotate)
Mon Feb 10 17:09:07 2014 UTC (10 years, 3 months ago) by agomez
File size: 690 byte(s)
Initial version based on Gadget 2.2.00
#ifndef interruptinterface_h
#define interruptinterface_h

/**
 * \class InterruptInterface
 * \brief This is the class used to communicate with the user after an interrupt
 */
class InterruptInterface {
public:
  /**
   * \brief This is the InterruptInterface constructor
   */
  InterruptInterface() {};
  /**
   * \brief This is the default InterruptInterface destructor
   */
  ~InterruptInterface() {};
  /**
   * \brief This is the function used to communicate with the user
   * \return 0 to quit, else 1 to continue simulation
   */
  int menu();
private:
  /**
   * \brief This is the function used to print a menu to communicate with the user
   */
  void printMenu();
};

#endif

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge