C# Class ProgCom.PCPlayerCtrlListener

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

Méthodes publiques

Méthode Description
OnStart ( PartModule state ) : void
OnUpdate ( ) : void
connect ( ) : void
disconnect ( ) : void
getSegment ( int id ) : int>.Tuple
getSegmentCount ( ) : int
memRead ( ushort position ) : int
memWrite ( ushort position, int value ) : void
recInterruptHandle ( InterruptHandle seg ) : void
tick ( int ticks ) : void

Private Methods

Méthode Description
updateState ( FlightCtrlState state ) : void

Method Details

OnStart() public méthode

public OnStart ( PartModule state ) : void
state PartModule
Résultat void

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void

connect() public méthode

public connect ( ) : void
Résultat void

disconnect() public méthode

public disconnect ( ) : void
Résultat void

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

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

tick() public méthode

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