Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   Related Pages  

SctPixelRod::NoImageFile Class Reference

This is an exception class for when a binary image file is not found. More...

#include <RodModule.h>

List of all members.

Public Methods

 NoImageFile (std::string fileName)
std::string getFileName ()

Private Attributes

std::string m_fileName


Detailed Description

This is an exception class for when a binary image file is not found.

If we try to load a binary image for a master or slave DSP and the file is not found, an object of this class is thrown.

Author:
Tom Meyer (meyer@iastate.edu) - originator

Definition at line 44 of file RodModule.h.


Constructor & Destructor Documentation

SctPixelRod::NoImageFile::NoImageFile std::string    fileName [inline]
 

Definition at line 46 of file RodModule.h.

00046 {m_fileName=fileName;};


Member Function Documentation

std::string SctPixelRod::NoImageFile::getFileName   [inline]
 

Definition at line 47 of file RodModule.h.

00047 {return m_fileName;};


Member Data Documentation

std::string SctPixelRod::NoImageFile::m_fileName [private]
 

Definition at line 50 of file RodModule.h.


The documentation for this class was generated from the following file:
Generated on Mon Mar 3 11:16:18 2003 for SCTPixelDAQ by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001