liblightmodbus 3.0
A lightweight, header-only, hardware-agnostic Modbus RTU/TCP library
|
▼Cstd::exception | |
Cllm::GeneralError | General error exception class |
Cllm::RequestError | Request error exception class |
Cllm::ResponseError | Response error exception class |
Cllm::Master | Represents a Modbus master device |
CModbusBuffer | Stores a Modbus frame |
CModbusDataCallbackArgs | Arguments for the data callback |
CModbusErrorInfo | Richer error represenation - source and type of error |
CModbusMaster | Master device status |
CModbusMasterFunctionHandler | Associates Modbus function ID with a pointer to a response parsing function |
CModbusRegisterCallbackArgs | Contains arguments for the register callback function |
CModbusRegisterCallbackResult | Contains values returned by the slave register callback |
CModbusSlave | Slave device status |
CModbusSlaveFunctionHandler | Associates Modbus function ID with a pointer to a parsing function |
Cllm::Slave | Represents a Modbus slave device |