InstallInterpreter.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2007 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/More/General/Pulsar/InstallInterpreter.h
10 
11 #ifndef __Pulsar_InstallInterpreter_h
12 #define __Pulsar_InstallInterpreter_h
13 
14 #include "Pulsar/InterpreterExtension.h"
15 
16 namespace Pulsar {
17 
18  class InstallInterpreter : public Interpreter::Extension {
19 
20  public:
21 
23  InstallInterpreter ();
24 
26  ~InstallInterpreter ();
27 
29  std::string parameters (const std::string& args);
30 
32  std::string predictor (const std::string& args);
33 
35  std::string receiver (const std::string& args);
36 
38  std::string empty ();
39 
40  };
41 
42 }
43 
44 #endif
Defines the PSRCHIVE library.
Definition: CalSource.h:17

Generated using doxygen 1.8.17