#include <RodModule.h>
Inheritance diagram for SctPixelRod::HpiException:
Public Member Functions | |
HpiException (std::string descriptor, unsigned long calcAddr, unsigned long readAddr) | |
unsigned long | getCalcAddr () |
unsigned long | getReadAddr () |
virtual void | what (std::ostream &) |
Private Attributes | |
unsigned long | m_calcAddr |
unsigned long | m_readAddr |
This class is thrown if an error in an HPI read/write operation is detected.
Definition at line 71 of file RodModule.h.
|
|
|
Definition at line 74 of file RodModule.h. References m_calcAddr. |
|
Definition at line 75 of file RodModule.h. References m_readAddr. |
|
Reimplemented from SctPixelRod::BaseException. |
|
Definition at line 79 of file RodModule.h. Referenced by getCalcAddr(). |
|
Definition at line 80 of file RodModule.h. Referenced by getReadAddr(). |