C# 클래스 RosoutDebugUC.RosoutDebug

Interaction logic for UserControl1.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: uml-robotics/ROS.NET

공개 프로퍼티들

프로퍼티 타입 설명
IgnoredStringsProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
RosoutDebug ( ) : System.Collections.Generic
RosoutDebug ( NodeHandle n, string IgnoredStrings ) : System.Collections.Generic
shutdown ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

RosoutDebug() 공개 메소드

public RosoutDebug ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RosoutDebug() 공개 메소드

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

shutdown() 공개 메소드

public shutdown ( ) : void
리턴 void

프로퍼티 상세

IgnoredStringsProperty 공개적으로 정적으로 프로퍼티

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
리턴 System.Windows.DependencyProperty