7 #ifndef APPLICATIONMANAGEMENT_H 8 #define APPLICATIONMANAGEMENT_H 17 #include <QBluetoothLocalDevice> 18 #include <QBluetoothServer> 19 #include <QBluetoothServiceInfo> 129 #endif // APPLICATIONMANAGEMENT_H
AppDenmIndication definition.
void clientConnected()
clientConnected Slot used when a new client is connected.
void sendMessageToBt(const QByteArray &message)
sendMessageToBt Slot used to send message through the Bluetooth socket.
AppDenmResult definition.
CAN provider for testing purposes.
ParameterNetwork * m_network
void btMessageReceived(const QByteArray &message)
btMessageReceived Signal used when data come through the Bluetooth socket.
QList< QBluetoothSocket * > clientSockets
QByteArray transformMessageToBT(const QByteArray &message)
transformMessageToBT Transform message from Facilities to send to the HMI.
void sendMessageToFac(const QByteArray &message)
sendMessageToFac Slot used to send message to the Facilities layer.
void udpMessageReceived(const QByteArray &message)
udpMessageReceived Signal used when data come through the UDP socket.
~ApplicationManagement()
~ApplicationManagement ApplicationManagement destructor
void readUdpSocket()
readUdpSocket Slot used when data come to the UDP socket.
QBluetoothServer * rfcommServer
QBluetoothServiceInfo serviceInfo
void utMessageReceived(const QByteArray &message)
utMessageReceived Signal used when data come from the Uppertester.
void clientDisconnected()
clientDisconnected Slot used when a client is disconnected.
quint16 getUtPort(const char mt)
getUtPort Get the UpperTester port from MessageType.
ApplicationManagement(Manager *man, bool bt, bool ut, bool app)
ApplicationManagement ApplicationManagement constructor.
void situationChanged()
situationChanged Slot used when GPS or CAN bus have a new value.
void readUtSocket()
readUtSocket Slot used when data come to the UpperTester socket.
ParameterUpperTester * m_ut
void readBtSocket()
readBtSocket Slot used when data come to the Bluetooth socket.
UpperTester configuration.
GPS provider for testing purposes.