ITS
Fac2App Class Reference

#include <Fac2App.h>

Inheritance diagram for Fac2App:
[legend]
Collaboration diagram for Fac2App:
[legend]

Public Slots

void sendMessageToApplication ()
 
void newBTSocket (QBluetoothSocket *bt)
 

Public Member Functions

 Fac2App (QBluetoothSocket *bt, ParameterDENM *denm)
 

Private Attributes

QBluetoothSocket * btSocket
 
QUdpSocket * udpSocket
 
QString host
 
quint16 port
 

Detailed Description

Definition at line 10 of file Fac2App.h.

Constructor & Destructor Documentation

◆ Fac2App()

Fac2App::Fac2App ( QBluetoothSocket *  bt,
ParameterDENM denm 
)

Definition at line 4 of file Fac2App.cpp.

References btSocket, host, port, sendMessageToApplication(), and udpSocket.

Here is the call graph for this function:

Member Function Documentation

◆ newBTSocket

void Fac2App::newBTSocket ( QBluetoothSocket *  bt)
slot

Definition at line 50 of file Fac2App.cpp.

References btSocket.

◆ sendMessageToApplication

void Fac2App::sendMessageToApplication ( )
slot

Definition at line 17 of file Fac2App.cpp.

References btSocket, and udpSocket.

Referenced by Fac2App().

Here is the caller graph for this function:

Member Data Documentation

◆ btSocket

QBluetoothSocket* Fac2App::btSocket
private

Definition at line 22 of file Fac2App.h.

Referenced by Fac2App(), newBTSocket(), and sendMessageToApplication().

◆ host

QString Fac2App::host
private

Definition at line 24 of file Fac2App.h.

Referenced by Fac2App().

◆ port

quint16 Fac2App::port
private

Definition at line 25 of file Fac2App.h.

Referenced by Fac2App().

◆ udpSocket

QUdpSocket* Fac2App::udpSocket
private

Definition at line 23 of file Fac2App.h.

Referenced by Fac2App(), and sendMessageToApplication().


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