Scope
|
#include <FPGAException.h>
Public Member Functions | |
FPGAStatusT (const NiFpga_Status &_st=NiFpga_Status_Success) | |
FPGAStatusT & | operator= (const NiFpga_Status &_st) |
operator NiFpga_Status () const | |
bool | Success () const |
Protected Member Functions | |
void | Assign (const NiFpga_Status &_st) |
Protected Attributes | |
NiFpga_Status | status |
CString | fpga_message |
Wrapper class for the FPGA status, templatized for throwing or non-throwing.
Definition at line 42 of file FPGAException.h.
|
inline |
Standard constructor.
Definition at line 96 of file FPGAException.h.
|
inlineprotected |
Set new status and check/throw if ThrowException.
Definition at line 52 of file FPGAException.h.
|
inline |
Assignment operator.
Definition at line 102 of file FPGAException.h.
|
inline |
Definition at line 108 of file FPGAException.h.
|
inline |
Definition at line 113 of file FPGAException.h.
|
protected |
the FPGA status
Definition at line 46 of file FPGAException.h.
|
protected |
status message
Definition at line 49 of file FPGAException.h.