SDFITSHandler.h
Classes
- SDFITSHandler -- (full description)
Interface
- Public Members
- SDFITSHandler()
- SDFITSHandler(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row)
- SDFITSHandler(const SDFITSHandler &other)
- ~SDFITSHandler()
- SDFITSHandler &operator=(const SDFITSHandler &other)
- void attach(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row)
- void fill(const Record &row, const MEpoch &time, const Double &interval)
- Private Members
- void clearAll()
- void clearRow()
- void initAll(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row)
- void initRow(Vector<Bool> &handledCols, const Vector<String> &colNames, const Record &row)
- TableDesc requiredTableDesc(Vector<Bool> &handledCols, Vector<String> &colNames, const Record &row)
or
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
- SomeClass
- SomeOtherClass
- some concept
Etymology
Synopsis
Example
Motivation
Template Type Argument Requirements (T)
Thrown Exceptions
To Do
- add this feature
- fix this bug
- start discussion of this possible extension
Member Description
default ctor is not attached to a MS and hence is useless until attached
attach this to a MS - any unhandled fields in row are handled here.
This handler must be attached last.
SDFITSHandler(const SDFITSHandler &other)
copy ctor
SDFITSHandler &operator=(const SDFITSHandler &other)
assignment operator, uses copy semantics
attach to a MS - any unhandled fields in row are handled here.
This handler must be attached last.
void fill(const Record &row, const MEpoch &time, const Double &interval)
fill - a new row is always added
cleanup everything
cleanup the row related stuff
initialize everything
intialize the row related stuff
get the required table desc given the unhandled columns and the row