orca-sim
Classes | Enumerations | Functions
orcasim::modeling Namespace Reference

Classes

class  Buffer
 
class  Memory
 This class models a memory module. More...
 
class  ProcessorBase
 This class implements the base operation for generic processor implementations. More...
 
struct  ProcessorState
 Defines a generic state model for use within processor models. More...
 
class  Signal
 The Signal class models a generic bus of width equals to the sizeof(T) More...
 
class  SignalSet
 The SignalSet class models a generic set of busses of type T. More...
 
class  Simulator
 

Enumerations

enum  SimulatorInterruptionStatus { SimulatorInterruptionStatus::RUNNING, SimulatorInterruptionStatus::INTERRUPTED, SimulatorInterruptionStatus::ABORTED }
 

Functions

static void sig_handler (int _)
 

Enumeration Type Documentation

§ SimulatorInterruptionStatus

Enumerator
RUNNING 
INTERRUPTED 
ABORTED 

Definition at line 49 of file Simulator.hpp.

49  {
50  RUNNING, // application is running
51  INTERRUPTED, // app have been interrupted once
52  ABORTED // app have been interrupted twice, aborting
53 };

Function Documentation

§ sig_handler()

static void orcasim::modeling::sig_handler ( int  _)
static