FITSAlias.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2006 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/Base/Classes/Pulsar/FITSAlias.h
10 
11 #ifndef __FITSAlias_h
12 #define __FITSAlias_h
13 
14 #include "Alias.h"
15 
16 namespace Pulsar {
17 
19  class FITSAlias : public Alias
20  {
21  public:
22 
25 
26  };
27 
28 }
29 
30 #endif
31 
void add(const std::string &alias, const std::string &name)
FITSAlias()
Constructor.
Definition: FITSAlias.C:10
static unsigned verbose
A verbosity flag that can be set for debugging purposes.
Definition: IntegrationManager.h:38
const std::string get_message() const
Defines the PSRCHIVE library.
Definition: CalSource.h:17
static std::string get_template_name()
Return the name of the PSRFITS definition template file.
Definition: FITSArchive.C:800

Generated using doxygen 1.8.17