27 #ifndef CALLIB_CALLIBRARYTOOLS_H
28 #define CALLIB_CALLIBRARYTOOLS_H
casacore::Record callibSetParams(const casacore::String &calLibrary)
Interface to flex/bison scanner/parser for a CalLibrary file. The calibration instructions are return...
const casacore::Record * calLibraryRecord()
Give the Record.
A hierarchical collection of named fields of various types.
int calLibraryGramInput(char *buf, int max_size)
Declare the input routine for flex/bison.
casacore::Int & calLibLineNum()
Current line number in file, for parse errors.
void CalLibraryGramerror(const char *s)
The yyerror function for the parser.
void clearBuf(char *buf, int size)
String: the storage and methods of handling collections of characters.
casacore::Record calLibraryGramParseCommand(CalLibraryParse *parser, const casacore::String &calLibrary)
Declare the bison parser (is implemented by bison command).