Click or drag to resize

DeviceConfigManager Class

Represents dynamic configuration of the device and its services
Inheritance Hierarchy
SystemObject
  Rubedos.Viper.NetDeviceConfigManager

Namespace:  Rubedos.Viper.Net
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public class DeviceConfigManager : IDisposable

The DeviceConfigManager type exposes the following members.

Constructors
  NameDescription
Public methodDeviceConfigManager
Call Dispose() when ROS is done.
Top
Properties
  NameDescription
Public propertyDeviceConfiguration
Gets the device configuration (CVM)
Top
Methods
  NameDescription
Protected methodCreateDynamicReconfigureInterface
Creates dynamic reconfigure interface.
Protected methodCreateNodeHandle
Creates node handle.
Public methodDispose
Releases all resources used by the DeviceConfigManager
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the DeviceConfigManager and optionally releases the managed resources
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
Events
  NameDescription
Public eventConfigurationUpdated
Public eventDescriptionsReceived
Returns true if all configuration descriptions have been received.
Top
See Also