#include <CheckFrame.hh>
Public Member Functions | |
| CheckFrame (std::istream &in) | |
| virtual | ~CheckFrame (void) |
| virtual void | ErrorOut (const std::string &error) |
| void | Check (void) throw (BadFile) |
| void | setProcess (int ID) |
| void | procSH (void) |
| virtual void | procID (void) |
| CheckFrame::CheckFrame | ( | std::istream & | in | ) |
Construc a Frame checker. brief Checker constructor.
| virtual CheckFrame::~CheckFrame | ( | void | ) | [virtual] |
Destructor
| virtual void CheckFrame::ErrorOut | ( | const std::string & | error | ) | [virtual] |
Print an error message to the desired location. By default this method prints to cout, but the method may be substituted with other methods. brief Write an error message
| error | Error message string. |
| void CheckFrame::Check | ( | void | ) | throw (BadFile) |
Scan through a frame file, checking for consistency with the IGWD frame specification.
| void CheckFrame::setProcess | ( | int | ID | ) |
Specify that an ID is to be processed by procID.
| void CheckFrame::procSH | ( | void | ) |
Process an SH record.
| virtual void CheckFrame::procID | ( | void | ) | [virtual] |
Process one of the selected structure types.
1.5.4