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