33 _display->setMessage(caption, subCaption);
38 _display->setCaption(text);
43 _display->setSubCaption(text);
55 parent<Component>().offeringTopicFromProperty(_propertyName);
63 parent<Component>().getTopicFromProperty(_display, _propertyName);
69 if (!properties->hasDefinition(_propertyName))
71 properties->defineOptionalProperty<std::string>(
73 "MessageDisplayTopic",
74 "Name of the message display component that should be used");
83 addPlugin(_messageDisplayComponentPlugin);