#include <ErrorHandler.h>
Public Member Functions | |
ErrorHandler (void) | |
~ErrorHandler (void) | |
void | CheckStatus (void) |
void | CheckStatus (ViStatus) |
char * | CheckStatus (char *command, ViStatus error, unsigned int channel) |
Public Attributes | |
ViStatus | status |
char | OutMsgText [200] |
ErrorHandler::ErrorHandler | ( | void | ) |
ErrorHandler::~ErrorHandler | ( | void | ) |
void ErrorHandler::CheckStatus | ( | void | ) |
void ErrorHandler::CheckStatus | ( | ViStatus | InStatus | ) |
char * ErrorHandler::CheckStatus | ( | char * | command, | |
ViStatus | error, | |||
unsigned int | channel | |||
) |
ViStatus ErrorHandler::status |
char ErrorHandler::OutMsgText[200] |