Agile Modbus  1.1.4
Lightweight modbus protocol stack.
agile_modbus_slave_util.h File Reference

The simple slave access header file provided by the Agile Modbus software package. More...

#include <stdint.h>
Include dependency graph for agile_modbus_slave_util.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

The simple slave access header file provided by the Agile Modbus software package.

Author
Ma Longwei (25440.nosp@m.4721.nosp@m.3@qq..nosp@m.com)
Date
2022-07-28
Attention

© Copyright (c) 2022 Ma Longwei. All rights reserved.

Definition in file agile_modbus_slave_util.h.