C# Class DynamicReconfigure.DynamicReconfigureInterface

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

Private Properties

Свойство Type Description
ConfigCallback void
DescriptionCallback void
Set void
_set void
set bool
wait bool

Méthodes publiques

Méthode Description
AdvertiseReconfigureService ( ) : void
DescribeParameters ( Action pda ) : void
Dispose ( ) : void
DynamicReconfigureInterface ( NodeHandle n, string name, int timeout ) : System
Set ( string key, bool value, bool synchronous = false ) : void
Set ( string key, double value, bool synchronous = false ) : void
Set ( string key, int value, bool synchronous = false ) : void
Set ( string key, string value, bool synchronous = false ) : void
Subscribe ( string paramname, Action act ) : void
Subscribe ( string paramname, Action act ) : void
Subscribe ( string paramname, Action act ) : void
Subscribe ( string paramname, Action act ) : void
SubscribeForUpdates ( ) : void

Private Methods

Méthode Description
ConfigCallback ( Config m ) : void
DescriptionCallback ( ConfigDescription m ) : void
Set ( Config config, bool synchronous = false ) : void
_set ( Config config ) : void
set ( Config conf, string &deets ) : bool
wait ( ) : bool

Method Details

AdvertiseReconfigureService() public méthode

public AdvertiseReconfigureService ( ) : void
Résultat void

DescribeParameters() public méthode

public DescribeParameters ( Action pda ) : void
pda Action
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DynamicReconfigureInterface() public méthode

public DynamicReconfigureInterface ( NodeHandle n, string name, int timeout ) : System
n NodeHandle
name string
timeout int
Résultat System

Set() public méthode

public Set ( string key, bool value, bool synchronous = false ) : void
key string
value bool
synchronous bool
Résultat void

Set() public méthode

public Set ( string key, double value, bool synchronous = false ) : void
key string
value double
synchronous bool
Résultat void

Set() public méthode

public Set ( string key, int value, bool synchronous = false ) : void
key string
value int
synchronous bool
Résultat void

Set() public méthode

public Set ( string key, string value, bool synchronous = false ) : void
key string
value string
synchronous bool
Résultat void

Subscribe() public méthode

public Subscribe ( string paramname, Action act ) : void
paramname string
act Action
Résultat void

Subscribe() public méthode

public Subscribe ( string paramname, Action act ) : void
paramname string
act Action
Résultat void

Subscribe() public méthode

public Subscribe ( string paramname, Action act ) : void
paramname string
act Action
Résultat void

Subscribe() public méthode

public Subscribe ( string paramname, Action act ) : void
paramname string
act Action
Résultat void

SubscribeForUpdates() public méthode

public SubscribeForUpdates ( ) : void
Résultat void