artdaq_mfextensions
v1_06_02
Return to top level
Main Page
Namespaces
Classes
Files
File List
File Members
ma_cond_test_expr.h
1
#ifndef ERROR_HANDLER_MA_COND_TEST_EXPR_H
2
#define ERROR_HANDLER_MA_COND_TEST_EXPR_H
3
4
#include "ErrorHandler/MessageAnalyzer/ma_cond_test_andexpr.h"
5
6
namespace
novadaq {
7
namespace
errorhandler {
8
9
class
ma_cond_test_expr
10
{
11
public
:
12
ma_cond_test_expr
()
13
: andexprs() {}
14
15
bool
evaluate(
ma_condition
const
* cond)
const
;
16
17
void
insert(
ma_cond_test_andexpr
const
& andexpr)
18
{
19
andexprs.push_back(andexpr);
20
}
21
22
private
:
23
test_andexprs_t andexprs;
24
};
25
26
}
// end of namespace errorhandler
27
}
// end of namespace novadaq
28
29
#endif
novadaq::errorhandler::ma_cond_test_expr
Definition:
ma_cond_test_expr.h:9
novadaq::errorhandler::ma_condition
Definition:
ma_condition.h:27
novadaq::errorhandler::ma_cond_test_andexpr
Definition:
ma_cond_test_andexpr.h:11
src
ErrorHandler
MessageAnalyzer
ma_cond_test_expr.h
Generated on Tue Jul 20 2021 16:36:31 for artdaq_mfextensions by
1.8.5