Psyllid  v1.12.4
Project 8 Data Acquisisition Software
id_range_event.hh
Go to the documentation of this file.
1 /*
2  * id_range_event.hh
3  *
4  * Created on: Dec 29, 2015
5  * Author: nsoblath
6  */
7 
8 #ifndef DATA_ID_RANGE_EVENT_HH_
9 #define DATA_ID_RANGE_EVENT_HH_
10 
11 #include "member_variables.hh"
12 
13 #include <cstdint>
14 
15 namespace psyllid
16 {
17 
19  {
20  public:
22  virtual ~id_range_event();
23 
24  public:
25  mv_accessible( uint64_t, start_id );
26  mv_accessible( uint64_t, end_id );
27  };
28 
29 } /* namespace psyllid */
30 
31 #endif /* DATA_ID_RANGE_EVENT_HH_ */