C# Class Ros_CSharp.AsyncSpinner

Inheritance: IDisposable
Afficher le fichier Open project: uml-robotics/ROS.NET

Méthodes publiques

Méthode Description
AsyncSpinner ( int tc ) : System
AsyncSpinner ( int tc, CallbackQueueInterface queue ) : System
Dispose ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

AsyncSpinner() public méthode

public AsyncSpinner ( int tc ) : System
tc int
Résultat System

AsyncSpinner() public méthode

public AsyncSpinner ( int tc, CallbackQueueInterface queue ) : System
tc int
queue CallbackQueueInterface
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void