We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ccdea commit 6c70bd6Copy full SHA for 6c70bd6
src/Modbus_TCP_Slave.hpp
@@ -20,7 +20,7 @@ class Slave {
20
modbus_t *modbus; //!< modbus object (see libmodbus library)
21
modbus_mapping_t
22
*mappings[MAX_CLIENT_IDS]; //!< modbus data objects (one per possible client id) (see libmodbus library)
23
- modbus_mapping_t *delete_mapping; //!< indicates whether the mapping object was created by this instance
+ modbus_mapping_t *delete_mapping; //!< contains a pointer to a mapping that is to be deleted
24
int socket = -1; //!< socket of the modbus connection
25
26
public:
0 commit comments