#include <Interfaces.h>
Inherits DigitalSpaces::DIObjectBase.
This is a less generic version of DIAcceptConfiguration1. Its intention is for use at run time, when an implementation has multiple properties that the software would like to configure at once.
Public Member Functions | |
| bool | ParseSettingMap (DISettingMap *settings) |
| Provide configuration data to the implementation. | |
| bool DigitalSpaces::DIAcceptSettingMap::ParseSettingMap | ( | DISettingMap * | settings | ) |
Provide configuration data to the implementation.
| settings | The name-to-value mapping of configuration data. Any useful data should be copied out of this, as the provided object is not expected to be available after the function call. |
1.5.6