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 |
const int | FitsCardSize |
const int | FitsMaxCard |
const int | FitsRecSize |
int | max_errs |
int | no_errs_ |
const char ** | err_ |
int * | err_cardno_ |
char * | blanks |
translator between Keyword lists and fixed FITS cars
also contains the parser ???
casacore::FitsKeyCardTranslator::FitsKeyCardTranslator | ( | int | = 100 | ) |
|
inline |
int casacore::FitsKeyCardTranslator::build | ( | char * | , |
FitsKeywordList & | |||
) |
|
inline |
|
inline |
|
static |
|
inline |
FitsKeywordList& casacore::FitsKeyCardTranslator::parse | ( | const char * | , |
FitsKeywordList & | , | ||
int | , | ||
FITSErrorHandler | , | ||
Bool | |||
) |
|
private |
|
private |
|
private |