Click or drag to resize

DeviceConfigManager Methods

The DeviceConfigManager type exposes the following members.

Methods
  NameDescription
Protected methodCreateDynamicReconfigureInterface
Creates dynamic reconfigure interface.
Protected methodCreateNodeHandle
Creates node handle.
Public methodDispose
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromXmlFile
Initializes this instance from the given XML file.
Public methodFromXmlString
Sets configuration values from Xml string
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetParameter
Gets parameter of specified configuration node
Public methodGetParameterValue
Gets specified configuration item
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasDescriptions
Query if this configuration has received descriptions
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadFromXmlFile
Reads configuration from xml file and returns ROS configuration object
Public methodStatic memberReadFromXmlString
Reads configurtation from string and creates configuration object
Public methodSetParameterValue
Sets specified parameter of dynamic reconfigure
Public methodSetParameterValueSync
Sets specified dynamic reconfigure parameter synchronously, i.e. blocks method execution until value is set remotely
Public methodTopicsChanged
Invoked when topics are updated
Public methodToString
Returns object definition as string
(Overrides ObjectToString.)
Public methodToXmlString
Converts dynamic configuration to an XML string.
Top
See Also