C# Class ProgCom.CPUem.IntStatus

Inheritance: IPCHardware
Afficher le fichier Open project: Binamrad/ProgCom

Méthodes publiques

Свойство Type Description
currentInterruptHandled int

Méthodes publiques

Méthode 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 méthode

public connect ( ) : void
Résultat void

disconnect() public méthode

public disconnect ( ) : void
Résultat void

getIAddr() public méthode

public getIAddr ( ) : ushort
Résultat ushort

getSegment() public méthode

public getSegment ( int id ) : int>.Tuple
id int
Résultat int>.Tuple

getSegmentCount() public méthode

public getSegmentCount ( ) : int
Résultat int

getStatus() public méthode

public getStatus ( int statusID ) : bool
statusID int
Résultat bool

memRead() public méthode

public memRead ( ushort position ) : int
position ushort
Résultat int

memWrite() public méthode

public memWrite ( ushort position, int value ) : void
position ushort
value int
Résultat void

recInterruptHandle() public méthode

public recInterruptHandle ( InterruptHandle seg ) : void
seg InterruptHandle
Résultat void

setStatus() public méthode

public setStatus ( int statusID, bool b ) : void
statusID int
b bool
Résultat void

tick() public méthode

public tick ( int ticks ) : void
ticks int
Résultat void

Property Details

currentInterruptHandled public_oe property

public int currentInterruptHandled
Résultat int