SDHistoryHandler.h
Classes
- SDHistoryHandler -- (full description)
Interface
- Public Members
- SDHistoryHandler()
- SDHistoryHandler(MeasurementSet &ms, const Vector<Bool> &handledCols, const Record &row)
- SDHistoryHandler(const SDHistoryHandler &other)
- ~SDHistoryHandler()
- SDHistoryHandler &operator=(const SDHistoryHandler &other)
- void attach(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row)
- void resetRow(const Record &row)
- void fill(const Record& row, Int observationId, const String &message, const String &priority)
- Private Members
- void clearAll()
- void clearRow()
- void initAll(MeasurementSet &ms, const Vector<Bool> &handledCols, const Record &row)
- void initRow(const Vector<Bool> &handledCols, 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 - no columns are explicitly handled here
copy ctor
SDHistoryHandler &operator=(const SDHistoryHandler &other)
assignment operator, uses copy semantics
attach to a MS
reset internals given indicated row, use the same MS
void fill(const Record& row, Int observationId, const String &message, const String &priority)
fill - a new row is added on each call, the message time stamp is the current time
cleanup everything
clean up row-dependent stuff
initialize everything
void initRow(const Vector<Bool> &handledCols, const Record &row)
initialize stuff which depends on the row