#include <AlarmSupplier.h>
Inheritance diagram for AlarmSupplier:
Public Member Functions | |
AlarmSupplier (const char *channelName) | |
virtual | ~AlarmSupplier () |
void | publishEvent (acsalarm::ASIMessage &msg) |
Protected Member Functions | |
virtual const char * | getChannelKind () |
virtual const char * | getEventType () |
Private Attributes | |
Logging::Logger::LoggerSmartPtr | myLoggerSmartPtr |
|
Constructor.
|
|
Destructor. |
|
Overrides method from BaseSupplier. Implements BaseHelper.
|
|
Overrides method from BaseSupplier. Implements BaseSupplier.
|
|
Method to publish an event to the LASER alarm server. |
|
|