casa
5.7.0-16
|
#include <casacore/casa/aips.h>
#include <casacore/casa/BasicSL/String.h>
#include <casacore/casa/Containers/Record.h>
#include <synthesis/CalLibrary/CalLibraryParse.h>
Go to the source code of this file.
Namespaces | |
casa | |
-*- mode: c++ -*- | |
Functions | |
casacore::Record | casa::callibSetParams (const casacore::String &calLibrary) |
Interface to flex/bison scanner/parser for a CalLibrary file. The calibration instructions are returned in a Record. More... | |
casacore::Record | casa::calLibraryGramParseCommand (CalLibraryParse *parser, const casacore::String &calLibrary) |
Declare the bison parser (is implemented by bison command). More... | |
void | casa::CalLibraryGramerror (const char *s) |
The yyerror function for the parser. More... | |
int | casa::calLibraryGramInput (char *buf, int max_size) |
Declare the input routine for flex/bison. More... | |
void | casa::clearBuf (char *buf, int size) |
casacore::Int & | casa::calLibLineNum () |
Current line number in file, for parse errors. More... | |
const casacore::Record * | casa::calLibraryRecord () |
Give the Record. More... | |