AlarmNotifications
PANDA Slow Control Alarm Daemon
Main Page
Namespaces
Classes
Files
File List
File Members
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
alarmstatusentry.h
Alarm entry for the AlarmServerConnector.
emailsender.h
Send alarm notifications via e-mail.
AlarmNotifications
Namespace for Alarm Notifications application.
Definition:
alarmconfiguration.h:46
AlarmNotifications::EMailSender::sendAlarmNotification
static void sendAlarmNotification(const std::vector< AlarmStatusEntry > alarms) noexcept
Send an alarm notification via e-mail.
Definition:
emailsender.cpp:53
noexcept
#define noexcept
Allow using the noexcept keyword with GCC < 4.6.
Definition:
oldgcccompat.h:52
Generated by
1.8.8