C# Class RoomAliveWrapper, UnityRoomAlive

Inheritance: ITKWrapper
Afficher le fichier Open project: Superdroidz/UnityRoomAlive

Méthodes publiques

Méthode Description
CreateNewSetup ( string XMLFilepath ) : void
RunCalibration ( string filepath ) : void
ServersAreRunning ( ) : bool
StartCameraServer ( ) : void
StartProjectorServer ( ) : void
StopServers ( ) : void

Private Methods

Méthode 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 méthode

public CreateNewSetup ( string XMLFilepath ) : void
XMLFilepath string
Résultat void

RunCalibration() public méthode

public RunCalibration ( string filepath ) : void
filepath string
Résultat void

ServersAreRunning() public méthode

public ServersAreRunning ( ) : bool
Résultat bool

StartCameraServer() public méthode

public StartCameraServer ( ) : void
Résultat void

StartProjectorServer() public méthode

public StartProjectorServer ( ) : void
Résultat void

StopServers() public méthode

public StopServers ( ) : void
Résultat void