#include <NotifySampleDlg.h>
Public Slots | |
void | displayData (void *pAny, int iError, unsigned char ucCmd) |
void | displayError (int iError) |
void | displayProtocol (int iMsg, int iLen) |
void | listenButtonClicked () |
void | writeToFileClicked () |
Signals | |
void | onDataEvent (void *pAny, int iError, unsigned char ucCmd) |
void | onProtocolEvent (int iMsg, int iLen) |
Public Member Functions | |
NotifySampleDlg () | |
void | startTask () |
~NotifySampleDlg () | |
Static Public Member Functions | |
static void | cbsFct1 (void *pAny, int iError, unsigned char ucCmd) |
static void | protCallBackHelper (int iMsg, int iLen) |
static NotifySampleDlg * | setGetClassInstance (NotifySampleDlg *classInstance) |
Private Member Functions | |
char * | getISOMfrCode (unsigned char ucMfr) |
void | writeLogFile () |
Private Attributes | |
bool | m_bRunning |
char | m_cFileName [256] |
char | m_cLineTxt [1024] |
char | m_cLogTxt [1024] |
int | m_iLineCnt |
FEDM_ISCReaderModule * | m_iscReader |
QSignalMapper * | mapper |
Ui::NotifySampleDlg | ui |
Definition at line 14 of file NotifySampleDlg.h.
Definition at line 497 of file NotifySampleDlg.cpp.
Definition at line 563 of file NotifySampleDlg.cpp.
void NotifySampleDlg::cbsFct1 | ( | void * | pAny, |
int | iError, | ||
unsigned char | ucCmd | ||
) | [static] |
Definition at line 688 of file NotifySampleDlg.cpp.
void NotifySampleDlg::displayData | ( | void * | pAny, |
int | iError, | ||
unsigned char | ucCmd | ||
) | [slot] |
Definition at line 44 of file NotifySampleDlg.cpp.
void NotifySampleDlg::displayError | ( | int | iError | ) | [slot] |
Definition at line 485 of file NotifySampleDlg.cpp.
void NotifySampleDlg::displayProtocol | ( | int | iMsg, |
int | iLen | ||
) | [slot] |
Definition at line 669 of file NotifySampleDlg.cpp.
char * NotifySampleDlg::getISOMfrCode | ( | unsigned char | ucMfr | ) | [private] |
Definition at line 718 of file NotifySampleDlg.cpp.
void NotifySampleDlg::listenButtonClicked | ( | ) | [slot] |
Definition at line 699 of file NotifySampleDlg.cpp.
void NotifySampleDlg::onDataEvent | ( | void * | pAny, |
int | iError, | ||
unsigned char | ucCmd | ||
) | [signal] |
void NotifySampleDlg::onProtocolEvent | ( | int | iMsg, |
int | iLen | ||
) | [signal] |
void NotifySampleDlg::protCallBackHelper | ( | int | iMsg, |
int | iLen | ||
) | [static] |
Definition at line 657 of file NotifySampleDlg.cpp.
NotifySampleDlg * NotifySampleDlg::setGetClassInstance | ( | NotifySampleDlg * | classInstance | ) | [static] |
Definition at line 635 of file NotifySampleDlg.cpp.
void NotifySampleDlg::startTask | ( | ) |
Definition at line 588 of file NotifySampleDlg.cpp.
void NotifySampleDlg::writeLogFile | ( | ) | [private] |
Definition at line 465 of file NotifySampleDlg.cpp.
void NotifySampleDlg::writeToFileClicked | ( | ) | [slot] |
Definition at line 547 of file NotifySampleDlg.cpp.
bool NotifySampleDlg::m_bRunning [private] |
Definition at line 54 of file NotifySampleDlg.h.
char NotifySampleDlg::m_cFileName[256] [private] |
Definition at line 57 of file NotifySampleDlg.h.
char NotifySampleDlg::m_cLineTxt[1024] [private] |
Definition at line 56 of file NotifySampleDlg.h.
char NotifySampleDlg::m_cLogTxt[1024] [private] |
Definition at line 55 of file NotifySampleDlg.h.
int NotifySampleDlg::m_iLineCnt [private] |
Definition at line 58 of file NotifySampleDlg.h.
FEDM_ISCReaderModule* NotifySampleDlg::m_iscReader [private] |
Definition at line 52 of file NotifySampleDlg.h.
QSignalMapper* NotifySampleDlg::mapper [private] |
Definition at line 17 of file NotifySampleDlg.h.
Ui::NotifySampleDlg NotifySampleDlg::ui [private] |
Definition at line 51 of file NotifySampleDlg.h.