C# 클래스 ProgCom.PCControlManager

상속: PartModule, IPCHardware, PCGUIListener
파일 보기 프로젝트 열기: Binamrad/ProgCom

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
performManouvers ( FlightCtrlState state ) : void

메소드 상세

OnStart() 공개 메소드

public OnStart ( PartModule state ) : void
state PartModule
리턴 void

connect() 공개 메소드

public connect ( ) : void
리턴 void

disconnect() 공개 메소드

public disconnect ( ) : void
리턴 void

getSegment() 공개 메소드

public getSegment ( int id ) : int>.Tuple
id int
리턴 int>.Tuple

getSegmentCount() 공개 메소드

public getSegmentCount ( ) : int
리턴 int

memRead() 공개 메소드

public memRead ( UInt16 addr ) : Int32
addr System.UInt16
리턴 System.Int32

memWrite() 공개 메소드

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

recGUIState() 공개 메소드

public recGUIState ( GUIStates g ) : void
g GUIStates
리턴 void

recInterruptHandle() 공개 메소드

public recInterruptHandle ( InterruptHandle inth ) : void
inth InterruptHandle
리턴 void

tick() 공개 메소드

public tick ( int ticks ) : void
ticks int
리턴 void