#include <modbus_tcp_handler.hpp>
|
| void | addBigEndian (const bool value, QTableWidget *table) |
| |
| void | addBool (const industrial_modbus_tcp::Bool &d) |
| |
| void | addFloat32 (const industrial_modbus_tcp::Float32 &d) |
| |
| void | addFloat64 (const industrial_modbus_tcp::Float64 &d) |
| |
| void | addInt16 (const industrial_modbus_tcp::Int16 &d) |
| |
| void | addInt32 (const industrial_modbus_tcp::Int32 &d) |
| |
| void | addInt64 (const industrial_modbus_tcp::Int64 &d) |
| |
| void | addInt8 (const industrial_modbus_tcp::Int8 &d) |
| |
| void | addRegister (const industrial_modbus_tcp::Register &r, QTableWidget *table) |
| |
| void | addUInt16 (const industrial_modbus_tcp::UInt16 &d) |
| |
| void | addUInt32 (const industrial_modbus_tcp::UInt32 &d) |
| |
| void | addUInt64 (const industrial_modbus_tcp::UInt64 &d) |
| |
| void | addUInt8 (const industrial_modbus_tcp::UInt8 &d) |
| |
|
| enum | TAB_INDEX : unsigned {
BOOL,
INT8,
UINT8,
INT16,
UINT16,
INT32,
UINT32,
INT64,
UINT64,
FLOAT32,
FLOAT64,
SIZE
} |
| |
|
| void | readRegisterTable (const QTableWidget *table, const unsigned row, industrial_modbus_tcp::Register &r) |
| |
Definition at line 23 of file modbus_tcp_handler.hpp.
◆ TAB_INDEX
| Enumerator |
|---|
| BOOL | |
| INT8 | |
| UINT8 | |
| INT16 | |
| UINT16 | |
| INT32 | |
| UINT32 | |
| INT64 | |
| UINT64 | |
| FLOAT32 | |
| FLOAT64 | |
| SIZE | |
Definition at line 25 of file modbus_tcp_handler.hpp.
◆ ModbusTCPHandler()
| industrial_modbus_tcp::ModbusTCPHandler::ModbusTCPHandler |
( |
industrial_modbus_tcp::ModbusHandler |
h = industrial_modbus_tcp::ModbusHandler() | ) |
|
◆ ~ModbusTCPHandler()
| industrial_modbus_tcp::ModbusTCPHandler::~ModbusTCPHandler |
( |
| ) |
|
|
virtual |
◆ addBigEndian
| void industrial_modbus_tcp::ModbusTCPHandler::addBigEndian |
( |
const bool |
value, |
|
|
QTableWidget * |
table |
|
) |
| |
|
slot |
◆ addBool
| void industrial_modbus_tcp::ModbusTCPHandler::addBool |
( |
const industrial_modbus_tcp::Bool & |
d | ) |
|
|
slot |
◆ addData
| void industrial_modbus_tcp::ModbusTCPHandler::addData |
( |
| ) |
|
|
privateslot |
◆ addFloat32
| void industrial_modbus_tcp::ModbusTCPHandler::addFloat32 |
( |
const industrial_modbus_tcp::Float32 & |
d | ) |
|
|
slot |
◆ addFloat64
| void industrial_modbus_tcp::ModbusTCPHandler::addFloat64 |
( |
const industrial_modbus_tcp::Float64 & |
d | ) |
|
|
slot |
◆ addInt16
| void industrial_modbus_tcp::ModbusTCPHandler::addInt16 |
( |
const industrial_modbus_tcp::Int16 & |
d | ) |
|
|
slot |
◆ addInt32
| void industrial_modbus_tcp::ModbusTCPHandler::addInt32 |
( |
const industrial_modbus_tcp::Int32 & |
d | ) |
|
|
slot |
◆ addInt64
| void industrial_modbus_tcp::ModbusTCPHandler::addInt64 |
( |
const industrial_modbus_tcp::Int64 & |
d | ) |
|
|
slot |
◆ addInt8
| void industrial_modbus_tcp::ModbusTCPHandler::addInt8 |
( |
const industrial_modbus_tcp::Int8 & |
d | ) |
|
|
slot |
◆ addRegister
| void industrial_modbus_tcp::ModbusTCPHandler::addRegister |
( |
const industrial_modbus_tcp::Register & |
r, |
|
|
QTableWidget * |
table |
|
) |
| |
|
slot |
◆ addUInt16
| void industrial_modbus_tcp::ModbusTCPHandler::addUInt16 |
( |
const industrial_modbus_tcp::UInt16 & |
d | ) |
|
|
slot |
◆ addUInt32
| void industrial_modbus_tcp::ModbusTCPHandler::addUInt32 |
( |
const industrial_modbus_tcp::UInt32 & |
d | ) |
|
|
slot |
◆ addUInt64
| void industrial_modbus_tcp::ModbusTCPHandler::addUInt64 |
( |
const industrial_modbus_tcp::UInt64 & |
d | ) |
|
|
slot |
◆ addUInt8
| void industrial_modbus_tcp::ModbusTCPHandler::addUInt8 |
( |
const industrial_modbus_tcp::UInt8 & |
d | ) |
|
|
slot |
◆ getHandler()
| industrial_modbus_tcp::ModbusHandler industrial_modbus_tcp::ModbusTCPHandler::getHandler |
( |
| ) |
|
◆ name()
| QString industrial_modbus_tcp::ModbusTCPHandler::name |
( |
| ) |
|
◆ nameChanged
| void industrial_modbus_tcp::ModbusTCPHandler::nameChanged |
( |
| ) |
|
|
signal |
◆ readRegisterTable()
| void industrial_modbus_tcp::ModbusTCPHandler::readRegisterTable |
( |
const QTableWidget * |
table, |
|
|
const unsigned |
row, |
|
|
industrial_modbus_tcp::Register & |
r |
|
) |
| |
|
private |
◆ removeData
| void industrial_modbus_tcp::ModbusTCPHandler::removeData |
( |
| ) |
|
|
privateslot |
◆ add_data_
| QPushButton* industrial_modbus_tcp::ModbusTCPHandler::add_data_ |
|
private |
◆ ip_address_
| QLineEdit* industrial_modbus_tcp::ModbusTCPHandler::ip_address_ |
|
private |
◆ layout_
| QVBoxLayout* industrial_modbus_tcp::ModbusTCPHandler::layout_ |
|
private |
◆ name_
| QLineEdit* industrial_modbus_tcp::ModbusTCPHandler::name_ |
|
private |
◆ port_
| QSpinBox* industrial_modbus_tcp::ModbusTCPHandler::port_ |
|
private |
◆ recovery_
| QComboBox* industrial_modbus_tcp::ModbusTCPHandler::recovery_ |
|
private |
◆ remove_data_
| QPushButton* industrial_modbus_tcp::ModbusTCPHandler::remove_data_ |
|
private |
◆ tables_
| std::vector<QTableWidget *> industrial_modbus_tcp::ModbusTCPHandler::tables_ |
|
private |
◆ tabs_
| QTabWidget* industrial_modbus_tcp::ModbusTCPHandler::tabs_ |
|
private |
The documentation for this class was generated from the following files: