Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_modbus_protocol_test
Diff: ModbusSlaveRTU.h
- Revision:
- 3:71ae7fd3f2fa
- Parent:
- 2:f028bdcd4814
- Child:
- 4:9751b0a81ded
--- a/ModbusSlaveRTU.h Mon Jan 19 08:10:17 2015 +0000
+++ b/ModbusSlaveRTU.h Mon Jan 19 08:12:28 2015 +0000
@@ -29,10 +29,13 @@
uint32_t length;
};
+/**
+ * Modbus RTU class for slave devices. It shares data with other software components via a Message queue object,
+ * and can exist more than one Modbus Slave RTU instances in a application program.
+ */
class ModbusSlaveRTU
{
public:
-
/*! Modbus response message bytes indexes. */
enum MbByteIndex_t {
ADDRESS = 0, /**< Modbus address position.*/