AlarmNotifications
PANDA Slow Control Alarm Daemon
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
emailsender_dummy.cpp
Go to the documentation of this file.
1 
34 #ifndef DOXYGEN // Make sure real class shows up in documentation
35 
36 #include "emailsender.h"
37 
38 #include <vector>
39 #include "alarmstatusentry.h"
40 
41 using namespace AlarmNotifications;
42 
43 void EMailSender::sendAlarmNotification ( const std::vector< AlarmStatusEntry > alarms ) noexcept
44 {
45  ( void ) alarms;
46 }
47 
48 #endif
Alarm entry for the AlarmServerConnector.
Send alarm notifications via e-mail.
Namespace for Alarm Notifications application.
static void sendAlarmNotification(const std::vector< AlarmStatusEntry > alarms) noexcept
Send an alarm notification via e-mail.
Definition: emailsender.cpp:53
#define noexcept
Allow using the noexcept keyword with GCC < 4.6.
Definition: oldgcccompat.h:52