|
acsalarm::AlarmToQueue − |
|
#include <AlarmToQueue.h> |
|
Public Member Functions |
|
AlarmToQueue (std::string fF, std::string fM, int fC, bool activestate) |
|
AlarmToQueue (std::string fF, std::string fM, int fC, Properties props, bool activestate) |
|
bool isActive () const |
|
Properties getAlarmProps () const |
|
int getFC () const |
|
std::string getFF () const |
|
std::string getFM () const |
|
Private Attributes |
|
std::string m_FF |
|
std::string m_FM |
|
int m_FC |
|
Properties m_alarmProps |
|
bool m_active |
|
An alarm to put in the queue ready to be published |
|
acsalarm::AlarmToQueue::AlarmToQueue (std::string fF, std::string fM, int fC, bool activestate) Constructor |
|
Parameters: |
|
fF Fault family |
|
acsalarm::AlarmToQueue::AlarmToQueue (std::string fF, std::string fM, int fC, Properties props, bool activestate) Constructor |
|
Parameters: |
|
fF Fault family |
|
Properties acsalarm::AlarmToQueue::getAlarmProps () const [inline] |
|
References m_alarmProps. |
|
int acsalarm::AlarmToQueue::getFC () const [inline] |
|
References m_FC. |
|
std::string acsalarm::AlarmToQueue::getFF () const [inline] |
|
References m_FF. |
|
std::string acsalarm::AlarmToQueue::getFM () const [inline] |
|
References m_FM. |
|
bool acsalarm::AlarmToQueue::isActive () const [inline] |
|
References m_active. |
|
bool acsalarm::AlarmToQueue::m_active [private] |
|
Referenced by isActive(). |
|
Properties acsalarm::AlarmToQueue::m_alarmProps [private] |
|
Referenced by getAlarmProps(). |
|
int acsalarm::AlarmToQueue::m_FC [private] |
|
Referenced by getFC(). |
|
std::string acsalarm::AlarmToQueue::m_FF [private] |
|
Referenced by getFF(). |
|
std::string acsalarm::AlarmToQueue::m_FM [private] |
|
Referenced by getFM(). |
|
Generated automatically by Doxygen for ACS-2015.4 C++ API from the source code. |