#include <VmeInterface.h>
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 57 of file VmeInterface.h.
|
||||||||||||||||
|
Constructor.
Definition at line 61 of file VmeInterface.h. |
|
|
m_errorClass accessor
Definition at line 65 of file VmeInterface.h. |
|
|
m_errorCode accessor
Definition at line 67 of file VmeInterface.h. |
|
|
m_port accessor
Definition at line 69 of file VmeInterface.h. |
1.3.5