Agile Modbus
1.1.4
Lightweight modbus protocol stack.
|
slave register mapping structure More...
#include <agile_modbus_slave_util.h>
Data Fields | |
int | start_addr |
Start address. More... | |
int | end_addr |
end address More... | |
int(* | get )(void *buf, int bufsz) |
Get register data interface. More... | |
int(* | set )(int index, int len, void *buf, int bufsz) |
Set register data interface. More... | |
slave register mapping structure
Definition at line 38 of file agile_modbus_slave_util.h.
int agile_modbus_slave_util_map::start_addr |
Start address.
Definition at line 39 of file agile_modbus_slave_util.h.
int agile_modbus_slave_util_map::end_addr |
end address
Definition at line 40 of file agile_modbus_slave_util.h.
int(* agile_modbus_slave_util_map::get) (void *buf, int bufsz) |
Get register data interface.
Definition at line 41 of file agile_modbus_slave_util.h.
int(* agile_modbus_slave_util_map::set) (int index, int len, void *buf, int bufsz) |
Set register data interface.
Definition at line 42 of file agile_modbus_slave_util.h.