ITS
|
#include <App2Fac.h>
Public Slots | |
void | sendMessageToDENBasicService () |
void | clientConnected () |
void | clientDisconnected () |
Signals | |
void | newBTSocket (QBluetoothSocket *bt) |
Public Member Functions | |
App2Fac (QBluetoothServer *server, QBluetoothSocket *bt, ParameterDENM *denm) | |
void | denmTriggerResult (bool success, ActionID_t actionID) |
Private Attributes | |
QUdpSocket * | udpSocket |
QBluetoothServer * | rfcommServer |
QBluetoothSocket * | btSocket |
quint16 | port |
quint16 | indicationPort |
QHostAddress | indicationAddress |
App2Fac::App2Fac | ( | QBluetoothServer * | server, |
QBluetoothSocket * | bt, | ||
ParameterDENM * | denm | ||
) |
Definition at line 3 of file App2Fac.cpp.
References btSocket, clientConnected(), rfcommServer, and udpSocket.
|
slot |
Definition at line 61 of file App2Fac.cpp.
References btSocket, clientDisconnected(), newBTSocket(), rfcommServer, and sendMessageToDENBasicService().
Referenced by App2Fac().
|
slot |
Definition at line 79 of file App2Fac.cpp.
References btSocket.
Referenced by clientConnected().
void App2Fac::denmTriggerResult | ( | bool | success, |
ActionID_t | actionID | ||
) |
Definition at line 95 of file App2Fac.cpp.
References indicationAddress, indicationPort, ActionID::originatingStationID, ActionID::sequenceNumber, and udpSocket.
Referenced by sendMessageToDENBasicService().
|
signal |
|
slot |
Definition at line 18 of file App2Fac.cpp.
References AppDenmResultData::actionID(), denmTriggerResult(), AppDenmResultData::failureNotification(), MSG_LENGTH, ActionID::originatingStationID, port, ActionID::sequenceNumber, and udpSocket.
Referenced by clientConnected().
|
private |
Definition at line 34 of file App2Fac.h.
Referenced by App2Fac(), clientConnected(), and clientDisconnected().
|
private |
Definition at line 37 of file App2Fac.h.
Referenced by denmTriggerResult().
|
private |
Definition at line 36 of file App2Fac.h.
Referenced by denmTriggerResult().
|
private |
Definition at line 35 of file App2Fac.h.
Referenced by sendMessageToDENBasicService().
|
private |
Definition at line 33 of file App2Fac.h.
Referenced by App2Fac(), and clientConnected().
|
private |
Definition at line 32 of file App2Fac.h.
Referenced by App2Fac(), denmTriggerResult(), and sendMessageToDENBasicService().