DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
graphtool.hpp
Go to the documentation of this file.
1/************************************************************
2 * graphtool.h
3 *
4 * Define application wide ( graphtool executable ) constants
5 * and macros. Must be included in top of every source file
6 * which are part of the graphtool application
7 *
8 * Created on: Jun 10, 2016
9 * Author: Leonidas Georgopoulos
10 ************************************************************/
11
12#ifndef DBE_GRAPHTOOL_H_
13#define DBE_GRAPHTOOL_H_
14
15
16#define t_messenger dbe::interface::messenger::console
17
18#define MESSAGE_STATICS(msg) \
19 static t_msghandler::t_str sms(msg); \
20 static t_msghandler::t_str smsr("\tReason: "); \
21
22#endif /* DBE_GRAPHTOOL_H_ */