CARMA C++
|
XML content and error handler for the astronomical header SAX parser. More...
#include "carma/sdp/MiriadUV.h"
#include "carma/sdp/SpwBandRelationships.h"
#include "carma/sdp/TrialProjectData.h"
#include "carma/pipeline/VisBrickReader.h"
#include "carma/correlator/lib/CorrelatorData.h"
#include "carma/util/Time.h"
#include "carma/dbms/MonitorSystemAndDBMSRelationships.h"
#include <xercesc/sax2/Attributes.hpp>
#include <xercesc/sax2/DefaultHandler.hpp>
#include <iostream>
#include <map>
#include <vector>
#include <complex>
#include <string>
#include <string.h>
Go to the source code of this file.
Classes | |
struct | carma::sdp::CorrelationData |
Correlation data. More... | |
struct | carma::sdp::Keyword |
XML keyword. More... | |
class | carma::sdp::XMLChComp |
This class provides the comparision function for use with maps dealing with XMLCh strings. More... | |
class | carma::sdp::XMLHandler |
Content and error handler for the astronomical hdr SAX XML parser. More... | |
class | carma::sdp::XMLKeywordMap |
Map of XML keywords. More... | |
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
Typedefs | |
typedef struct carma::sdp::CorrelationData | carma::sdp::CorrelationData |
Correlation data. More... | |
typedef struct carma::sdp::Keyword | carma::sdp::Keyword |
XML keyword. More... | |
typedef std::map< const XMLCh *, int, XMLChComp > | carma::sdp::KeywordMap |
typedef struct carma::sdp::SystemTempData | carma::sdp::SystemTempData |
typedef void(* | carma::sdp::XMLhandlerFunc )(XMLHandler *, const XMLCh *name, const Keyword *, const XMLCh *type, int length, const XMLCh *value) |
Functions | |
const Keyword * | carma::sdp::getKeywordEntry (unsigned int index) |
int | carma::sdp::getNumberKeywords () |
std::ostream & | carma::sdp::operator<< (std::ostream &target, const XMLCh *s) |
Allows printing of XMLCh strings. More... | |
Variables | |
const std::string | carma::sdp::bfReasons [] |
XML content and error handler for the astronomical header SAX parser.
Definition in file XMLHandler.h.