#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.
|
||||||||||||||||
|
Constructor.
Definition at line 60 of file VmeInterface.h. |
|
|
m_errorClass accessor
Definition at line 64 of file VmeInterface.h. |
|
|
m_errorCode accessor
Definition at line 66 of file VmeInterface.h. |
|
|
m_port accessor
Definition at line 68 of file VmeInterface.h. |
1.3-rc3