Psyllid  v1.12.4
Project 8 Data Acquisisition Software
egg_writer.cc
Go to the documentation of this file.
1 /*
2  * egg_writer.cc
3  *
4  * Created on: Mar 14, 2017
5  * Author: nsoblath
6  */
7 
8 #include "egg_writer.hh"
9 
10 //#include "logger.hh"
11 
12 //#include "psyllid_error.hh"
13 
14 namespace psyllid
15 {
16  LOGGER( plog, "egg_writer" );
17 
19  {
20  }
21 
23  {
24  }
25 
26 } /* namespace psyllid */
static scarab::logger plog("batch_executor")
LOGGER(plog, "egg_writer")
virtual ~egg_writer()
Definition: egg_writer.cc:22