#include <RodModule.h>
Public Methods | |
NoImageFile (std::string fileName) | |
std::string | getFileName () |
Private Attributes | |
std::string | m_fileName |
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.
Definition at line 44 of file RodModule.h.
|
Definition at line 46 of file RodModule.h. 00046 {m_fileName=fileName;}; |
|
Definition at line 47 of file RodModule.h. 00047 {return m_fileName;}; |
|
Definition at line 50 of file RodModule.h. |