The MonitoringReceiver class receives messages from 'analyzer' application about current state of devices. After message is received, it's posted to main application thread by MonitoringDataReceived signal and OnMonitoringDataReceived slot connected as Qt::QueuedConnection This class also holds the connection to 'analyzer' application.
More...
#include <MonitoringReceiver.h>
The MonitoringReceiver class receives messages from 'analyzer' application about current state of devices. After message is received, it's posted to main application thread by MonitoringDataReceived signal and OnMonitoringDataReceived slot connected as Qt::QueuedConnection This class also holds the connection to 'analyzer' application.
| MonitoringReceiver::~MonitoringReceiver |
( |
| ) |
|
| void MonitoringReceiver::MonitoringDataReceived |
( |
const QString & |
data | ) |
|
|
signal |
| bool MonitoringReceiver::OnConnect |
( |
const EM::EComm::IDescriptor * |
descriptor | ) |
|
|
virtual |
| bool MonitoringReceiver::OnDisconnect |
( |
const EM::EComm::IDescriptor * |
descriptor | ) |
|
|
virtual |
| bool MonitoringReceiver::OnReceive |
( |
const EM::EComm::IDescriptor * |
descriptor, |
|
|
const EM::EComm::ECommandFrame * |
receivedCommand, |
|
|
EM::EComm::ECommandFrame * |
responseToSend |
|
) |
| |
|
virtual |
| bool MonitoringReceiver::OpenConnection |
( |
| ) |
|
The documentation for this class was generated from the following files: