C# Class RoomAliveWrapper, UnityRoomAlive

Inheritance: ITKWrapper
显示文件 Open project: Superdroidz/UnityRoomAlive

Public Methods

Method Description
CreateNewSetup ( string XMLFilepath ) : void
RunCalibration ( string filepath ) : void
ServersAreRunning ( ) : bool
StartCameraServer ( ) : void
StartProjectorServer ( ) : void
StopServers ( ) : void

Private Methods

Method Description
ConsoleExitEventHandler ( object sender, EventArgs e ) : void
ProcessStart ( string filepath, string args = "", bool redirectOutput = false ) : Process
ReadProcessErrorEventHandler ( object sender, System.Diagnostics e ) : void
ReadProcessOutputEventHandler ( object sender, System.Diagnostics e ) : void

Method Details

CreateNewSetup() public method

public CreateNewSetup ( string XMLFilepath ) : void
XMLFilepath string
return void

RunCalibration() public method

public RunCalibration ( string filepath ) : void
filepath string
return void

ServersAreRunning() public method

public ServersAreRunning ( ) : bool
return bool

StartCameraServer() public method

public StartCameraServer ( ) : void
return void

StartProjectorServer() public method

public StartProjectorServer ( ) : void
return void

StopServers() public method

public StopServers ( ) : void
return void