Psyllid
v1.12.4
Project 8 Data Acquisisition Software
source
control
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
18
egg_writer::egg_writer
()
19
{
20
}
21
22
egg_writer::~egg_writer
()
23
{
24
}
25
26
}
/* namespace psyllid */
psyllid::plog
static scarab::logger plog("batch_executor")
egg_writer.hh
psyllid
Definition:
batch_executor.cc:26
psyllid::LOGGER
LOGGER(plog, "egg_writer")
psyllid::egg_writer::egg_writer
egg_writer()
Definition:
egg_writer.cc:18
psyllid::egg_writer::~egg_writer
virtual ~egg_writer()
Definition:
egg_writer.cc:22
Generated by
1.8.13