Fix undefined references
parent
0b0955f050
commit
41e7393986
|
|
@ -88,14 +88,11 @@ private:
|
||||||
private slots:
|
private slots:
|
||||||
void onRefreshTimer();
|
void onRefreshTimer();
|
||||||
|
|
||||||
void onPluginConfigurationChanged(const ParamTypeId ¶mTypeId, const QVariant &value);
|
|
||||||
|
|
||||||
void onConnectionStateChanged(bool status);
|
void onConnectionStateChanged(bool status);
|
||||||
void onWriteRequestExecuted(QUuid requestId, bool success);
|
void onWriteRequestExecuted(QUuid requestId, bool success);
|
||||||
void onWriteRequestError(QUuid requestId, const QString &error);
|
void onWriteRequestError(QUuid requestId, const QString &error);
|
||||||
|
|
||||||
void onReceivedHoldingRegister(quint32 slaveAddress, quint32 modbusRegister, const QVector<quint16> &values);
|
void onReceivedHoldingRegister(quint32 slaveAddress, quint32 modbusRegister, const QVector<quint16> &values);
|
||||||
void onReceivedInputRegister(quint32 slaveAddress, quint32 modbusRegister, const QVector<quint16> &values);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INTEGRATIONPLUGINMYPV_H
|
#endif // INTEGRATIONPLUGINMYPV_H
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,6 @@ private:
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void onConnectionStateChanged(bool status);
|
void onConnectionStateChanged(bool status);
|
||||||
void onReceivedCoil(int slaveAddress, int modbusRegister, bool value);
|
|
||||||
void onReceivedHoldingRegister(int slaveAddress, int modbusRegister, const QVector<quint16> &value);
|
void onReceivedHoldingRegister(int slaveAddress, int modbusRegister, const QVector<quint16> &value);
|
||||||
|
|
||||||
void onWriteRequestExecuted(const QUuid &requestId, bool success);
|
void onWriteRequestExecuted(const QUuid &requestId, bool success);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue