#include <VmeInterface.h>
Inheritance diagram for SctPixelRod::VmeException:
Public Types | |
| enum | ErrorClass { OK, INIT_ERROR, BUS_ERROR, MAP_ERROR, DMA_ERROR } |
Public Member Functions | |
| VmeException (ErrorClass ec, long ecod, VmePort *port=NULL) | |
| Constructor. | |
| ErrorClass | getErrorClass () |
| m_errorClass accessor | |
| long | getErrorCode () |
| m_errorCode accessor | |
| VmePort * | getPort () |
| m_port accessor | |
Private Attributes | |
| ErrorClass | m_errorClass |
| int | m_errorCode |
| VmePort * | m_port |
Definition at line 56 of file VmeInterface.h.
|
|
Definition at line 58 of file VmeInterface.h. Referenced by getErrorClass(). |
|
||||||||||||||||
|
Constructor.
Definition at line 60 of file VmeInterface.h. References m_errorClass, m_errorCode, m_port, and SctPixelRod::VME. |
|
|
m_errorClass accessor
Definition at line 64 of file VmeInterface.h. References ErrorClass, and m_errorClass. |
|
|
m_errorCode accessor
Definition at line 66 of file VmeInterface.h. References m_errorCode. |
|
|
m_port accessor
Definition at line 68 of file VmeInterface.h. References m_port. |
|
|
Definition at line 70 of file VmeInterface.h. Referenced by getErrorClass(), and VmeException(). |
|
|
Definition at line 71 of file VmeInterface.h. Referenced by getErrorCode(), and VmeException(). |
|
|
Definition at line 72 of file VmeInterface.h. Referenced by getPort(), and VmeException(). |
1.3-rc3