| 
    casacore
    
   | 
 
translator between Keyword lists and fixed FITS cars More...
#include <fits.h>
Public Member Functions | |
| FitsKeyCardTranslator (int=100) | |
| ~FitsKeyCardTranslator () | |
| FitsKeywordList & | parse (const char *, FitsKeywordList &, int, FITSErrorHandler, Bool) | 
| int | build (char *, FitsKeywordList &) | 
| int | no_errs () const | 
| const char * | err (int) const | 
| int | err_cardno (int) const | 
Static Public Member Functions | |
| static void | fmtcard (char *, const FitsKeyword &) | 
Private Attributes | |
| int | cardno | 
| int | max_errs | 
| int | no_errs_ | 
| const char ** | err_ | 
| int * | err_cardno_ | 
| char * | blanks | 
Static Private Attributes | |
| static constexpr int | FitsCardSize | 
| static constexpr int | FitsMaxCard | 
| static constexpr int | FitsRecSize | 
translator between Keyword lists and fixed FITS cars
also contains the parser ???
| casacore::FitsKeyCardTranslator::FitsKeyCardTranslator | ( | int |  = 100 | ) | 
      
  | 
  inline | 
Definition at line 1006 of file fits.h.
References blanks, err_, and err_cardno_.
| int casacore::FitsKeyCardTranslator::build | ( | char * | , | 
| FitsKeywordList & | |||
| ) | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 1010 of file fits.h.
References err_cardno_.
      
  | 
  static | 
      
  | 
  inline | 
| FitsKeywordList & casacore::FitsKeyCardTranslator::parse | ( | const char * | , | 
| FitsKeywordList & | , | ||
| int | , | ||
| FITSErrorHandler | , | ||
| Bool | |||
| ) | 
      
  | 
  private | 
Definition at line 1003 of file fits.h.
Referenced by ~FitsKeyCardTranslator().
      
  | 
  private | 
Definition at line 1001 of file fits.h.
Referenced by err(), and ~FitsKeyCardTranslator().
      
  | 
  private | 
Definition at line 1002 of file fits.h.
Referenced by err_cardno(), and ~FitsKeyCardTranslator().
      
  | 
  staticconstexprprivate | 
      
  | 
  staticconstexprprivate | 
      
  | 
  staticconstexprprivate | 
      
  | 
  private |