Psyllid  v1.12.4
Project 8 Data Acquisisition Software
trigger_flag.cc
Go to the documentation of this file.
1 /*
2  * trigger_flag.cc
3  *
4  * Created on: Dec 28, 2015
5  * Author: nsoblath
6  */
7 
8 #include "trigger_flag.hh"
9 
10 namespace psyllid
11 {
12 
14  f_flag( false ),
15  f_id( 0 )
16  {
17  }
18 
20  {
21  }
22 
23 } /* namespace psyllid */