/* * ALERTHeaders.h * * Author: Aleksey Gerasimenko * gerasimenko.aleksey.n@gmail.com */ #ifndef ALERT_ALERTHEADERS_H_ #define ALERT_ALERTHEADERS_H_ #include "Alert/AlertBase.h" #include "Alert/FaultDecrease.h" #include "Alert/FaultExceed.h" #include "Alert/WarningDecrease.h" #include "Alert/WarningExceed.h" #endif /* ALERT_ALERTHEADERS_H_ */