C# Class ProgCom.PCControlManager

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

Méthodes publiques

Méthode Description
OnStart ( PartModule state ) : void
connect ( ) : void
disconnect ( ) : void
getSegment ( int id ) : int>.Tuple
getSegmentCount ( ) : int
memRead ( UInt16 addr ) : Int32
memWrite ( UInt16 addr, Int32 data ) : void
recGUIState ( GUIStates g ) : void
recInterruptHandle ( InterruptHandle inth ) : void
tick ( int ticks ) : void

Private Methods

Méthode Description
performManouvers ( FlightCtrlState state ) : void

Method Details

OnStart() public méthode

public OnStart ( PartModule state ) : void
state PartModule
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 ( UInt16 addr ) : Int32
addr System.UInt16
Résultat System.Int32

memWrite() public méthode

public memWrite ( UInt16 addr, Int32 data ) : void
addr System.UInt16
data System.Int32
Résultat void

recGUIState() public méthode

public recGUIState ( GUIStates g ) : void
g GUIStates
Résultat void

recInterruptHandle() public méthode

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

tick() public méthode

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