C# Class DoxyThreadSafeOutput, Droid-Soccer

This class encapsulates the data output by Doxygen so it can be shared with Unity in a thread share way.
Show file Open project: repelex/Droid-Soccer Class Usage Examples

Public Methods

Method Description
ReadFullLog ( ) : List
ReadLine ( ) : string
SetFinished ( ) : void
SetStarted ( ) : void
WriteFullLog ( List newLog ) : void
WriteLine ( string newOutput ) : void
isFinished ( ) : bool
isStarted ( ) : bool

Method Details

ReadFullLog() public method

public ReadFullLog ( ) : List
return List

ReadLine() public method

public ReadLine ( ) : string
return string

SetFinished() public method

public SetFinished ( ) : void
return void

SetStarted() public method

public SetStarted ( ) : void
return void

WriteFullLog() public method

public WriteFullLog ( List newLog ) : void
newLog List
return void

WriteLine() public method

public WriteLine ( string newOutput ) : void
newOutput string
return void

isFinished() public method

public isFinished ( ) : bool
return bool

isStarted() public method

public isStarted ( ) : bool
return bool