CommandLineHeader.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2012 by Paul Demorest
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 #ifndef __CommandLineHeader_h
10 #define __CommandLineHeader_h
11 
12 #include "Reference.h"
13 
14 namespace dsp {
15 
17  class CommandLineHeader : public Reference::Able
18  {
19 
20  public:
22  std::string convert(int argc, char **argv, std::string filename="");
23 
24  };
25 
26 }
27 
28 #endif // !defined(__CommandLineHeader_h)
Contains all Baseband Data Reduction Library classes.
Definition: ASCIIObservation.h:17
std::string convert(int argc, char **argv, std::string filename="")
Parse the given argc, argv into a header file, return file name.
Definition: CommandLineHeader.C:15

Generated using doxygen 1.8.17