C# Class ProgCom.PCControlManager

Inheritance: PartModule, IPCHardware, PCGUIListener
Exibir arquivo Open project: Binamrad/ProgCom

Public Methods

Method 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

Method Description
performManouvers ( FlightCtrlState state ) : void

Method Details

OnStart() public method

public OnStart ( PartModule state ) : void
state PartModule
return void

connect() public method

public connect ( ) : void
return void

disconnect() public method

public disconnect ( ) : void
return void

getSegment() public method

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

getSegmentCount() public method

public getSegmentCount ( ) : int
return int

memRead() public method

public memRead ( UInt16 addr ) : Int32
addr System.UInt16
return System.Int32

memWrite() public method

public memWrite ( UInt16 addr, Int32 data ) : void
addr System.UInt16
data System.Int32
return void

recGUIState() public method

public recGUIState ( GUIStates g ) : void
g GUIStates
return void

recInterruptHandle() public method

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

tick() public method

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