C# Class Ros_CSharp.EDB

Helper class for display and/or other output of debugging/peripheral information
Afficher le fichier Open project: uml-robotics/ROS.NET Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
_writeline ( object o ) : void

Method Details

WriteLine() public static méthode

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
Résultat void

WriteLine() public static méthode

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
Résultat void