Agile Modbus
1.1.4
Lightweight modbus protocol stack.
|
The simple slave access header file provided by the Agile Modbus software package. More...
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | agile_modbus_slave_util_map |
slave register mapping structure More... | |
struct | agile_modbus_slave_util |
slave function structure More... | |
Typedefs | |
typedef struct agile_modbus_slave_util_map | agile_modbus_slave_util_map_t |
slave register mapping structure More... | |
typedef struct agile_modbus_slave_util | agile_modbus_slave_util_t |
slave function structure More... | |
Functions | |
int | agile_modbus_slave_util_callback (agile_modbus_t *ctx, struct agile_modbus_slave_info *slave_info, const void *data) |
Slave callback function. More... | |
The simple slave access header file provided by the Agile Modbus software package.
Definition in file agile_modbus_slave_util.h.