Class Index | Cross Index | Namespace Index |
Contained in: FrameCPP
Derived from:
none
Derived by:
none
#include "framecpp/Verify.hh"
public function member index: |
|||
Verify | (); | Default constructor | |
INT_8U | BufferSize | () const; | Query the size of the I/O buffer |
void | BufferSize | (INT_8U Bytes); | Change the size of the I/O buffer |
bool | CheckDataValid | () const; | Query if the data valid field of the FrAdcData must be zero |
void | CheckDataValid | (bool Check); | Change requirement if the data valid field of the FrAdcData must be zero |
bool | CheckFileChecksum | () const; | Query if checksums will be calculated for a frame file |
void | CheckFileChecksum | (bool Check); | Change requirement for calculating the checksum of a frame file |
bool | CheckFrameChecksum | () const; | Query if checksums will be calculated for the frames of a frame file |
void | CheckFrameChecksum | (bool Check); | Change requirement for calculating the checksum of frames of a frame file |
bool | CheckMD5Sum | () const; | Query if md5sum will be calculated for the frame file |
void | CheckMD5Sum | (bool Chekc); | Change requirement for calculating the md5sum value for the frame file |
std::string | ErrorInfo | () const; | Retrieve additional infomation about an error. |
bool | MustHaveEOFChecksum | () const; | Query if the frame file must have the EOF checksum structure. |
void | MustHaveEOFChecksum | (bool Confomance); | Change requirement of the frame file having the EOF checksum structure |
static std::string | StrError | (error_type ErrorNum); | Return string describing error code |
static std::string | StrErrorType | (const error_type Error); | Retrieve the string representation of the error_type |
bool | Strict | () const; | Query strict conformance requirement |
void | Strict | (bool Strictness); | Change strict conformance requirement |
bool | UseMemoryMappedIO | () const; | Query if memory mapped I/O will be used |
void | UseMemoryMappedIO | (bool UseMemoryMappedIO); | Specify if to use memory mapped I/O. |
bool | ValidateMetadata | () const; | Query if metadata should be validated |
void | ValidateMetadata | (bool ValidateMetadata); | Specify if to validate metadata |
error_type | operator () | (const std::string& Filename); | Verify a frame file |
error_type | operator () | (std::istream& Stream, std::auto_ptr< FrameFilename > FrameFilename = std::auto_ptr< FrameFilename >()); | Verify a frame stream |
private function member index: |
|||
void | set_channel_site | (char Site); | |