Psyllid  v1.12.4
Project 8 Data Acquisisition Software
time_data.cc
Go to the documentation of this file.
1 /*
2  * time_data.cc
3  *
4  * Created on: Dec 28, 2015
5  * Author: nsoblath
6  */
7 
8 #include "time_data.hh"
9 
10 namespace psyllid
11 {
12 
15  f_pkt_in_session( 0 ),
16  f_array( reinterpret_cast< iq_t* >( f_packet.f_data ) ),
17  f_array_size( PAYLOAD_SIZE / 2 )
18  {
19  }
20 
22  {
23  }
24 
25 } /* namespace psyllid */
#define PAYLOAD_SIZE
Definition: roach_packet.hh:15
virtual ~time_data()
Definition: time_data.cc:21