C# 클래스 ATUAV_RT.AtuavWebServiceImp

상속: AtuavWebService
파일 보기 프로젝트 열기: ATUAV/ATUAV

공개 메소드들

메소드 설명
Condition ( string processorId, string condition, string callback ) : Stream
GetFeatures ( string processorId, string callback ) : Stream
StartRun ( int runId, string aois ) : void
StopRun ( ) : void

비공개 메소드들

메소드 설명
decodeEscapedCharacters ( string text ) : string
recordCondition ( string condition ) : void

메소드 상세

Condition() 공개 메소드

public Condition ( string processorId, string condition, string callback ) : Stream
processorId string
condition string
callback string
리턴 Stream

GetFeatures() 공개 메소드

public GetFeatures ( string processorId, string callback ) : Stream
processorId string
callback string
리턴 Stream

StartRun() 공개 메소드

public StartRun ( int runId, string aois ) : void
runId int
aois string
리턴 void

StopRun() 공개 메소드

public StopRun ( ) : void
리턴 void