C# 클래스 Ros_CSharp.EDB

Helper class for display and/or other output of debugging/peripheral information
파일 보기 프로젝트 열기: uml-robotics/ROS.NET 1 사용 예제들

공개 메소드들

메소드 설명
WriteLine ( object o ) : void

Writes a string or something to System.Debug, and fires an optional OtherOutput event for use in the node

WriteLine ( string format ) : void

Writes a formatted something to System.Debug, and fires an optional OtherOutput event for use in the node

비공개 메소드들

메소드 설명
_writeline ( object o ) : void

메소드 상세

WriteLine() 공개 정적인 메소드

Writes a string or something to System.Debug, and fires an optional OtherOutput event for use in the node
public static WriteLine ( object o ) : void
o object A string or something to print
리턴 void

WriteLine() 공개 정적인 메소드

Writes a formatted something to System.Debug, and fires an optional OtherOutput event for use in the node
public static WriteLine ( string format ) : void
format string Format string
리턴 void