RTC Toolkit
2.0.0
|
Interface to create AlertSource. More...
#include <alertServiceIf.hpp>
Public Member Functions | |
virtual | ~AlertSourceFactoryIf () noexcept=default |
virtual AlertSource | MakeAlertSource (AlertDescription const &description)=0 |
Creates a new alert source for the specified alert condition. More... | |
Interface to create AlertSource.
|
virtualdefaultnoexcept |
|
pure virtual |
Creates a new alert source for the specified alert condition.
condition | for which to create an AlertSource of. |
AlertConflictException | if another alert source is alive with the same AlertDescription::GetId(). |
RtctkException | if other exceptions occurs (nested). |
Implemented in rtctk::componentFramework::AlertService.