C# Class RosoutDebugUC.RosoutDebug

Interaction logic for UserControl1.xaml
Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: uml-robotics/ROS.NET

Public Properties

Property Type Description
IgnoredStringsProperty System.Windows.DependencyProperty

Public Methods

Method Description
RosoutDebug ( ) : System.Collections.Generic
RosoutDebug ( NodeHandle n, string IgnoredStrings ) : System.Collections.Generic
shutdown ( ) : void

Private Methods

Method Description
Colorize ( int level ) : System.Windows.Media.Brush
Init ( ) : void
SetupIgnore ( string ignored ) : void
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void
callback ( Messages msg ) : void
waitfunc ( string ignored ) : void

Method Details

RosoutDebug() public method

public RosoutDebug ( ) : System.Collections.Generic
return System.Collections.Generic

RosoutDebug() public method

public RosoutDebug ( NodeHandle n, string IgnoredStrings ) : System.Collections.Generic
n NodeHandle
IgnoredStrings string
return System.Collections.Generic

shutdown() public method

public shutdown ( ) : void
return void

Property Details

IgnoredStringsProperty public_oe static_oe property

A DependencyProperty for setting a list of semicolon-delimited substrings to ignore when found in any rosout msg field
public static DependencyProperty,System.Windows IgnoredStringsProperty
return System.Windows.DependencyProperty