C# Class Ros_CSharp.EDB

Helper class for display and/or other output of debugging/peripheral information
ファイルを表示 Open project: uml-robotics/ROS.NET Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
_writeline ( object o ) : void

Method Details

WriteLine() public static method

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
return void

WriteLine() public static method

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
return void