Scope
scope::FPGAException Class Reference

#include <FPGAException.h>

Inherits std::exception.

Public Member Functions

 FPGAException (const int32_t &_status)
 
 FPGAException (const int32_t &_status, const char *const _msg)
 

Public Attributes

const int32_t fpga_status
 

Detailed Description

An exception for FPGA stuff.

Definition at line 9 of file FPGAException.h.

Constructor & Destructor Documentation

scope::FPGAException::FPGAException ( const int32_t &  _status)
inline
Parameters
[in]_statusthe FPGA status

Definition at line 14 of file FPGAException.h.

scope::FPGAException::FPGAException ( const int32_t &  _status,
const char *const  _msg 
)
inline
Parameters
[in]_statusthe FPGA status
[in]_msgerror message

Definition at line 21 of file FPGAException.h.

Member Data Documentation

const int32_t scope::FPGAException::fpga_status

the FPGA status

Definition at line 27 of file FPGAException.h.


The documentation for this class was generated from the following file: