C# 클래스 Earlz.MonoSump.Core.SumpCommander

상속: ISumpCommander
파일 보기 프로젝트 열기: Earlz/monosump

공개 메소드들

메소드 설명
GetData ( int expectedSize, int initialTimeout, int runningTimeout ) : IList
GetID ( ) : string
Reset ( ) : void
Run ( ) : void
SetDivider ( int divider ) : void
SetFlags ( SumpFlags flags ) : void
SetReadAndDelayCount ( int read, int delay ) : void
SetTriggerConfigurations ( int stage, TriggerConfiguration config ) : void
SetTriggerMasks ( int stage, bool mask ) : void
SetTriggerValues ( int stage, bool values ) : void
SumpCommander ( IPort port ) : System

비공개 메소드들

메소드 설명
Assert ( bool condition, string message ) : void

메소드 상세

GetData() 공개 메소드

public GetData ( int expectedSize, int initialTimeout, int runningTimeout ) : IList
expectedSize int
initialTimeout int
runningTimeout int
리턴 IList

GetID() 공개 메소드

public GetID ( ) : string
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

SetDivider() 공개 메소드

public SetDivider ( int divider ) : void
divider int
리턴 void

SetFlags() 공개 메소드

public SetFlags ( SumpFlags flags ) : void
flags SumpFlags
리턴 void

SetReadAndDelayCount() 공개 메소드

public SetReadAndDelayCount ( int read, int delay ) : void
read int
delay int
리턴 void

SetTriggerConfigurations() 공개 메소드

public SetTriggerConfigurations ( int stage, TriggerConfiguration config ) : void
stage int
config TriggerConfiguration
리턴 void

SetTriggerMasks() 공개 메소드

public SetTriggerMasks ( int stage, bool mask ) : void
stage int
mask bool
리턴 void

SetTriggerValues() 공개 메소드

public SetTriggerValues ( int stage, bool values ) : void
stage int
values bool
리턴 void

SumpCommander() 공개 메소드

public SumpCommander ( IPort port ) : System
port IPort
리턴 System