C# Class ROS_ImageWPF.WindowScraper

ファイルを表示 Open project: uml-robotics/ROS.NET

Public Methods

Method Description
Shutdown ( ) : void
Start ( ) : void
Stop ( ) : void
WindowScraper ( string topic, Window w, System.TimeSpan period ) : System
WindowScraper ( string topic, Window w, int hz = 1 ) : System

Private Methods

Method Description
callback ( object o ) : void

Method Details

Shutdown() public method

public Shutdown ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WindowScraper() public method

public WindowScraper ( string topic, Window w, System.TimeSpan period ) : System
topic string
w System.Windows.Window
period System.TimeSpan
return System

WindowScraper() public method

public WindowScraper ( string topic, Window w, int hz = 1 ) : System
topic string
w System.Windows.Window
hz int
return System