C# 클래스 DoxyThreadSafeOutput, Droid-Soccer

This class encapsulates the data output by Doxygen so it can be shared with Unity in a thread share way.
파일 보기 프로젝트 열기: repelex/Droid-Soccer 1 사용 예제들

공개 메소드들

메소드 설명
ReadFullLog ( ) : List
ReadLine ( ) : string
SetFinished ( ) : void
SetStarted ( ) : void
WriteFullLog ( List newLog ) : void
WriteLine ( string newOutput ) : void
isFinished ( ) : bool
isStarted ( ) : bool

메소드 상세

ReadFullLog() 공개 메소드

public ReadFullLog ( ) : List
리턴 List

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

SetFinished() 공개 메소드

public SetFinished ( ) : void
리턴 void

SetStarted() 공개 메소드

public SetStarted ( ) : void
리턴 void

WriteFullLog() 공개 메소드

public WriteFullLog ( List newLog ) : void
newLog List
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string newOutput ) : void
newOutput string
리턴 void

isFinished() 공개 메소드

public isFinished ( ) : bool
리턴 bool

isStarted() 공개 메소드

public isStarted ( ) : bool
리턴 bool