Psyllid  v1.12.4
Project 8 Data Acquisisition Software
roach_config.hh
Go to the documentation of this file.
1 /*
2  * roach_config.hh
3  *
4  * Created on: Feb 4, 2016
5  * Author: nsoblath
6  */
7 
8 #ifndef PSYLLID_ROACH_CONFIG_HH_
9 #define PSYLLID_ROACH_CONFIG_HH_
10 
11 #include "stream_preset.hh"
12 
13 namespace psyllid
14 {
15 
16  DECLARE_PRESET( streaming_1ch );
17 #ifdef __linux__
18  DECLARE_PRESET( streaming_1ch_fpa );
19 #endif
20 
21  DECLARE_PRESET( fmask_trigger_1ch );
22 #ifdef __linux__
23  DECLARE_PRESET( fmask_trigger_1ch_fpa );
24 #endif
25 
26  DECLARE_PRESET( event_builder_1ch );
27 #ifdef __linux__
28  DECLARE_PRESET( event_builder_1ch_fpa );
29 #endif
30 } /* namespace psyllid */
31 
32 #endif /* PSYLLID_ROACH_CONFIG_HH_ */
DECLARE_PRESET(streaming_1ch)