C# Class ProgCom.CPUem.IntStatus

Inheritance: IPCHardware
Show file Open project: Binamrad/ProgCom

Public Properties

Property Type Description
currentInterruptHandled int

Public Methods

Method Description
connect ( ) : void
disconnect ( ) : void
getIAddr ( ) : ushort
getSegment ( int id ) : int>.Tuple
getSegmentCount ( ) : int
getStatus ( int statusID ) : bool
memRead ( ushort position ) : int
memWrite ( ushort position, int value ) : void
recInterruptHandle ( InterruptHandle seg ) : void
setStatus ( int statusID, bool b ) : void
tick ( int ticks ) : void

Method Details

connect() public method

public connect ( ) : void
return void

disconnect() public method

public disconnect ( ) : void
return void

getIAddr() public method

public getIAddr ( ) : ushort
return ushort

getSegment() public method

public getSegment ( int id ) : int>.Tuple
id int
return int>.Tuple

getSegmentCount() public method

public getSegmentCount ( ) : int
return int

getStatus() public method

public getStatus ( int statusID ) : bool
statusID int
return bool

memRead() public method

public memRead ( ushort position ) : int
position ushort
return int

memWrite() public method

public memWrite ( ushort position, int value ) : void
position ushort
value int
return void

recInterruptHandle() public method

public recInterruptHandle ( InterruptHandle seg ) : void
seg InterruptHandle
return void

setStatus() public method

public setStatus ( int statusID, bool b ) : void
statusID int
b bool
return void

tick() public method

public tick ( int ticks ) : void
ticks int
return void

Property Details

currentInterruptHandled public property

public int currentInterruptHandled
return int